footer und AppVersion eingebaut
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 1m2s
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 1m2s
This commit is contained in:
@@ -47,6 +47,33 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
footer {
|
||||
/* Fixierung am unteren Rand */
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
/* Ausdehnung */
|
||||
width: 100%;
|
||||
|
||||
/* Design & Abstände */
|
||||
background: var(--password-bg);
|
||||
border-top: 1px solid #e0e0e0;
|
||||
padding: 8px 16px;
|
||||
|
||||
/* Text-Ausrichtung */
|
||||
text-align: left;
|
||||
font-family: monospace; /* Monospace sieht für Versionen oft "technischer" aus */
|
||||
font-size: 12px;
|
||||
color: var(--text-color);
|
||||
|
||||
/* Sicherstellen, dass nichts drüber liegt */
|
||||
z-index: 9999;
|
||||
|
||||
/* Padding in die Breite einrechnen */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#password {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 1.2rem;
|
||||
|
||||
Reference in New Issue
Block a user