frontend: Vollbild lässt schmalen Rand (halber Panel-Zwischenraum)
Statt bündig am Fensterrand bleibt im Vollbild links/rechts ein 7-px-Rand (halber Panel-Zwischenraum von 14 px), damit die Panels nicht gedrängt wirken. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
508de56628
commit
ff16fa9ca5
+4
-2
@@ -43,8 +43,10 @@
|
|||||||
.fsbtn svg{display:block}
|
.fsbtn svg{display:block}
|
||||||
.fsbtn:hover{border-color:var(--or);color:var(--or)}
|
.fsbtn:hover{border-color:var(--or);color:var(--or)}
|
||||||
.fsbtn.active{background:var(--or);color:#fff;border-color:var(--or)}
|
.fsbtn.active{background:var(--or);color:#fff;border-color:var(--or)}
|
||||||
/* Vollbild: Panels nutzen die ganze Fensterbreite (kein linker/rechter Rand). */
|
/* Vollbild: Panels nutzen fast die ganze Fensterbreite; es bleibt ein
|
||||||
body.fullscreen{padding-left:0;padding-right:0}
|
schmaler Rand (halber Panel-Zwischenraum = 7 px), damit es nicht gedrängt
|
||||||
|
wirkt. */
|
||||||
|
body.fullscreen{padding-left:7px;padding-right:7px}
|
||||||
body.fullscreen header,
|
body.fullscreen header,
|
||||||
body.fullscreen .app,
|
body.fullscreen .app,
|
||||||
body.fullscreen .site-footer{max-width:none}
|
body.fullscreen .site-footer{max-width:none}
|
||||||
|
|||||||
Reference in New Issue
Block a user