Skip to content

Commit

Permalink
CSS fix: MUC sidebar should expand when resized.
Browse files Browse the repository at this point in the history
Also: hide text overflow with ellipsis so that the badge is visible.
  • Loading branch information
jcbrand committed Sep 30, 2024
1 parent 035ca58 commit 987c717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/muc-views/styles/muc-occupants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.occupants {
display: flex;
height: 100%;
width: 100%;
flex-direction: column;
justify-content: space-between;
overflow-y: visible;
Expand Down Expand Up @@ -111,9 +112,12 @@
flex-wrap: nowrap;
align-items: center;
gap: 0.25rem;
overflow-x: hidden;

.occupant-nick {
flex-grow: 2;
overflow-x: hidden;
text-overflow: ellipsis;
}

.occupant-badges {
Expand Down

0 comments on commit 987c717

Please sign in to comment.