More css fixes

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-15 18:47:02 +05:30
parent c4c0e0206f
commit 4bac98d39a
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 8px; padding: 16px;
} }
.RightPanelView_buttons .hide { .RightPanelView_buttons .hide {

View file

@ -914,7 +914,7 @@ button.RoomDetailsView_row::after {
} }
.MemberTileView { .MemberTileView {
margin-top: 8px; margin-bottom: 8px;
} }
.MemberTileView .avatar { .MemberTileView .avatar {