Compare commits

...

1 Commits

Author SHA1 Message Date
Cyril b92af33c32 💄(fix) add gap to 0 to participant title
Ensure gap between participant name and tile edge at all window sizes.
2026-03-04 17:21:05 +01:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
- 🩹(frontend) remove incorrect reference to ProConnect on the prejoin #1080
- ✨(frontend) add Ctrl+Shift+/ to open shortcuts settings #1050
- 💄(fix) add consistent bottom spacing to participant name label #1087
### Changed
+1
View File
@@ -150,6 +150,7 @@
[data-lk-theme] .lk-participant-tile {
box-shadow: var(--lk-box-shadow);
gap: 0;
}
/* Participant name ellipsis: truncate when overflowing */