Update app.scss

Fixed the height of the header in case of a longer dashboard title
This commit is contained in:
Josua Frank 2021-09-09 16:14:49 +02:00 committed by GitHub
parent 6b54eedae7
commit 6c834c24b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ body {
}
.first-line {
height: 100px;
min-height: 100px;
vertical-align: center;
background-color: var(--highlight-primary);
@ -121,7 +121,7 @@ body {
}
.container {
height: 80px;
min-height: 80px;
padding: 10px 0;
}