fix top bar having fixed height

This commit is contained in:
hippoz 2022-08-03 04:59:38 +03:00
parent 8277c0901f
commit 062de0e380
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -96,9 +96,11 @@ body {
display: flex;
align-items: center;
justify-content: left;
height: 3.4em;
width: 100%;
padding: var(--space-sm);
padding-left: var(--space-sm);
padding-right: var(--space-sm);
padding-top: var(--space-xs);
padding-bottom: var(--space-xs);
border-bottom: 1px solid var(--background-color-2);
flex-grow: 0;
flex-shrink: 0;