Quellcode durchsuchen

Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v26.0.0beta1
Julius Härtl vor 1 Jahr
Ursprung
Commit
0c6c535f50
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1
    1
      core/css/public.css
  2. 1
    1
      core/css/public.scss
  3. 1
    1
      core/css/server.css

+ 1
- 1
core/css/public.css Datei anzeigen

@@ -49,7 +49,7 @@
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/public.scss Datei anzeigen

@@ -69,7 +69,7 @@ $footer-height: 65px;

/* public footer */
footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/server.css Datei anzeigen

@@ -4998,7 +4998,7 @@ kbd {
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

Laden…
Abbrechen
Speichern