Fix font-size in Status Bar (#47)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-08-20 12:49:39 +02:00
committed by GitHub
parent 562dcabcb8
commit 4b39a1249d
2 changed files with 1 additions and 3 deletions
@@ -78,7 +78,7 @@
.status-bar {
min-height: $status-bar-height;
min-width: 1200px;
font-size: 14px;
font-size: 12px;
.status-info {
flex-grow: 1;
@@ -87,7 +87,6 @@
.clock {
margin: 0 40px 0 24px;
font-weight: 500;
font-size: 12px;
user-select: none;
}
.widget {
@@ -20,7 +20,6 @@
user-select: none;
span {
margin-left: .75em;
font-size: .857em;
color: var(--theme-content-accent-color);
}
}