refactor(css): components-Layer wrappen (Boards, Bookmarks, Panels, Modals, Widgets, Dialoge, Accordion)

This commit is contained in:
2026-06-13 19:09:50 +02:00
parent 0683686fcb
commit 0ed3a8fe64
+4
View File
@@ -538,6 +538,7 @@ html, body {
} }
} }
@layer components {
.board { .board {
width: var(--board-width); width: var(--board-width);
background: var(--bg-board); background: var(--bg-board);
@@ -867,6 +868,7 @@ body.show-desc .bm-desc { display: block; }
background: var(--accent-dim); background: var(--accent-dim);
flex-shrink: 0; flex-shrink: 0;
} }
}
/* ---- BOARD BLUR (Private Mode) ---- */ /* ---- BOARD BLUR (Private Mode) ---- */
@@ -914,6 +916,7 @@ body.show-desc .bm-desc { display: block; }
.board.blurred .btn-blur-board { color: var(--accent); opacity: 0.7; } .board.blurred .btn-blur-board { color: var(--accent); opacity: 0.7; }
@layer components {
/* ---- ABOUT BLOCK ---- */ /* ---- ABOUT BLOCK ---- */
.about-block { .about-block {
padding: 4px 18px 14px; padding: 4px 18px 14px;
@@ -2365,6 +2368,7 @@ body.show-desc .bm-desc { display: block; }
.settings-section.open .section-content { .settings-section.open .section-content {
max-height: 800px; max-height: 800px;
} }
}
/* ============================================ /* ============================================
UTILITY CLASSES UTILITY CLASSES