This commit is contained in:
team3
2026-06-24 12:35:10 +02:00
parent caa9314de5
commit 324d2e73b4
2 changed files with 27 additions and 20 deletions

View File

@@ -298,7 +298,11 @@ watch(() => `${props.baustein.title}|${props.baustein.md}|${props.baustein.kompa
}
/* Block-Prüfen: Rechtsklick-Menü + Vorschlag unter dem Abschnitt */
.md-block { border-radius: 6px; transition: background 0.15s; }
/* Abstand am Wrapper führen — inneres p ist jetzt :last-child (Margin 0). */
.md-block { border-radius: 6px; transition: background 0.15s; margin-bottom: 0.8em; }
.md-block:last-child { margin-bottom: 0; }
.md-block > :first-child { margin-top: 0; }
.md-block > :last-child { margin-bottom: 0; }
.md-block:hover { background: color-mix(in srgb, var(--accent) 6%, transparent); }
.menu-overlay { position: fixed; inset: 0; z-index: 60; }