fix 13
This commit is contained in:
@ -57,6 +57,12 @@ button:hover { filter: brightness(1.1); }
|
||||
.qr { display: block; margin: 1rem auto; border-radius: 6px; }
|
||||
.recovery-codes { font-family: monospace; background: #0f1218; padding: 0.75rem; border-radius: 6px; }
|
||||
|
||||
/* Sichtbarkeits-Toggle ohne Inline-Styles -- CSP (style-src 'self', kein
|
||||
'unsafe-inline') blockt sowohl style="..."-Attribute in Markup als auch
|
||||
per JS gesetzte element.style-Aenderungen. Toggle daher ausschliesslich
|
||||
ueber diese Klasse (siehe login.js / terminal.js / rdp.js). */
|
||||
.hidden { display: none !important; }
|
||||
|
||||
.topbar {
|
||||
display: flex; align-items: center; justify-content: space-between;
|
||||
padding: 0.75rem 1.25rem; border-bottom: 1px solid var(--border); background: var(--panel);
|
||||
|
||||
Reference in New Issue
Block a user