Browse Source

CSS: Fix MUC sidebar spacing

JC Brand 10 months ago
parent
commit
f39f185e3b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/plugins/muc-views/styles/muc-occupants.scss

+ 0 - 1
src/plugins/muc-views/styles/muc-occupants.scss

@@ -27,7 +27,6 @@
                 display: flex;
                 height: 100%;
                 flex-direction: row;
-                justify-content: space-between;
                 overflow: visible;
                 background-color: var(--occupants-background-color);
                 border-left: var(--occupants-border-left);