Top Menu elements size should be fixed (#6)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-08-06 13:51:20 +07:00 committed by GitHub
parent 8f1f8721c1
commit 4b6d12a362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@
.status-bar {
min-height: $status-bar-height;
min-width: 1200px;
font-size: 14px;
.container {
display: flex;
@ -95,13 +96,12 @@
display: flex;
align-items: center;
flex-direction: row-reverse;
color: var(--theme-content-color);
.clock {
margin: 0 40px 0 24px;
font-weight: 500;
font-size: 12px;
color: var(--theme-caption-color);
opacity: 0.3;
user-select: none;
}
.widget {
@ -110,7 +110,7 @@
justify-content: center;
width: 32px;
height: 32px;
opacity: 0.3;
opacity: .3;
}
}
}