aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/assets/app.scss
diff options
context:
space:
mode:
authorJosua Frank <frank.josua@gmail.com>2021-09-09 16:14:49 +0200
committerGitHub <noreply@github.com>2021-09-09 16:14:49 +0200
commit6c834c24b6602a5cede127c264adc7a4a4505171 (patch)
treef03ec7a27c436523a73f8dac8595bef79157bcc3 /src/assets/app.scss
parent6b54eedae7bf2632fbb1ec1d9419a7b71cf102cc (diff)
downloadhomer-6c834c24b6602a5cede127c264adc7a4a4505171.tar.gz
homer-6c834c24b6602a5cede127c264adc7a4a4505171.tar.zst
homer-6c834c24b6602a5cede127c264adc7a4a4505171.zip
Update app.scss
Fixed the height of the header in case of a longer dashboard title
Diffstat (limited to 'src/assets/app.scss')
-rw-r--r--src/assets/app.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss
index 6bb5068..963d1b0 100644
--- a/src/assets/app.scss
+++ b/src/assets/app.scss
@@ -106,7 +106,7 @@ body {
106 } 106 }
107 107
108 .first-line { 108 .first-line {
109 height: 100px; 109 min-height: 100px;
110 vertical-align: center; 110 vertical-align: center;
111 background-color: var(--highlight-primary); 111 background-color: var(--highlight-primary);
112 112
@@ -121,7 +121,7 @@ body {
121 } 121 }
122 122
123 .container { 123 .container {
124 height: 80px; 124 min-height: 80px;
125 padding: 10px 0; 125 padding: 10px 0;
126 } 126 }
127 127