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 13:49:39 +03:00 committed by GitHub
parent 562dcabcb8
commit 4b39a1249d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -20,7 +20,6 @@
user-select: none;
span {
margin-left: .75em;
font-size: .857em;
color: var(--theme-content-accent-color);
}
}