Freies Layout: .board absolut via --board-x/--board-y (components-Layer, kein Inline-Style)
This commit is contained in:
@@ -529,6 +529,13 @@ html, body {
|
||||
|
||||
@layer components {
|
||||
.board {
|
||||
/* Freies Layout: Position kommt aus --board-x/--board-y (von drag.js gesetzt),
|
||||
NICHT inline, damit der ungeschichtete Mobil-@media-Block sie ueberschreiben
|
||||
kann (Inline-Style wuerde gegen das Stylesheet gewinnen). Default 0/0 fuer
|
||||
den Fall, dass die Migration noch nicht gelaufen ist. */
|
||||
position: absolute;
|
||||
left: var(--board-x, 0px);
|
||||
top: var(--board-y, 0px);
|
||||
width: var(--board-width);
|
||||
background: var(--bg-board);
|
||||
border: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user