Iterate PR, tweak margins

pull/21833/head
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

@ -1,6 +1,7 @@
// autogenerated by rethemendex.sh
@import "./_common.scss";
@import "./_font-sizes.scss";
@import "./_font-weights.scss";
@import "./structures/_AutoHideScrollbar.scss";
@import "./structures/_CompatibilityPage.scss";
@import "./structures/_ContextualMenu.scss";

View File

@ -0,0 +1,17 @@
/*
Copyright 2020 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
$font-semi-bold: 600;

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
}

View File

@ -32,15 +32,14 @@ limitations under the License.
font-size: $font-13px;
div:first-child {
font-weight: 500;
font-weight: $font-semi-bold;
margin-bottom: 8px;
}
.mx_AccessibleButton {
color: $secondary-fg-color;
position: relative;
margin-left: 24px;
padding: 0;
padding: 0 0 0 24px;
font-size: inherit;
&::before {
@ -49,7 +48,7 @@ limitations under the License.
height: 16px;
position: absolute;
top: 0;
left: -24px;
left: 0;
background: $secondary-fg-color;
mask-position: center;
mask-size: contain;