fix top bar having fixed height
This commit is contained in:
parent
8277c0901f
commit
062de0e380
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue