Iterate PR, tweak margins

This commit is contained in:
Michael Telatynski 2020-08-18 12:00:56 +01:00
parent 3fe6f0a792
commit 24a088e234
4 changed files with 23 additions and 6 deletions

View file

@ -138,9 +138,9 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations
.mx_LeftPanel_roomListFilterCount {
font-size: $font-13px;
font-weight: 500;
font-weight: $font-semi-bold;
margin-left: 12px;
margin-top: 16px;
margin-top: 14px;
margin-bottom: -4px; // to counteract the normal roomListWrapper margin-top
}