From b92af33c32f0144589af74d8706dac8a3d463467 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 4 Mar 2026 16:43:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(fix)=20add=20gap=20to=200=20to=20p?= =?UTF-8?q?articipant=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure gap between participant name and tile edge at all window sizes. --- CHANGELOG.md | 1 + src/frontend/src/styles/livekit.css | 1 + 2 files changed, 2 insertions(+) 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 */