diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad7100f..0c957789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/frontend/src/styles/livekit.css b/src/frontend/src/styles/livekit.css index e1d8dc73..6be04fb4 100644 --- a/src/frontend/src/styles/livekit.css +++ b/src/frontend/src/styles/livekit.css @@ -150,6 +150,7 @@ [data-lk-theme] .lk-participant-tile { box-shadow: var(--lk-box-shadow); + gap: 0; } /* Participant name ellipsis: truncate when overflowing */