🩹(frontend) fix overflow in participant metadata layout
Recent styling changes introduced an overflow, causing the network indicator to be pushed outside of the participant tile. Remove width: 100% and add a minimal gap to prevent metadata elements from being too close to each other.
This commit is contained in:
committed by
aleb_the_flash
parent
61afd94e3a
commit
e56c0f997e
@@ -154,7 +154,7 @@
|
||||
|
||||
/* Participant name ellipsis: truncate when overflowing */
|
||||
.lk-participant-metadata {
|
||||
width: 100%;
|
||||
gap: 1rem;
|
||||
}
|
||||
.lk-participant-metadata > *:first-child {
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user