💄(fix) add gap to 0 to participant title

Ensure gap between participant name and tile edge at all window sizes.
This commit is contained in:
Cyril
2026-03-04 16:43:23 +01:00
parent ec63ddcd47
commit b92af33c32
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 */