Menp überarbeitet
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled

This commit is contained in:
2026-04-08 16:52:43 +02:00
parent a13b8e894f
commit 2b0ce62d33
124 changed files with 2306 additions and 148 deletions

View File

@@ -689,6 +689,30 @@ body.app {
font-size: 1rem;
}
.topbar-search-section {
padding: 0.35rem 1rem 0.2rem;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--color-muted);
border-top: 1px solid var(--color-secondary);
}
.topbar-search-section:first-child { border-top: none; }
.topbar-search-all {
display: block;
padding: 0.6rem 1rem;
font-size: 0.85rem;
font-weight: 600;
color: var(--color-primary);
text-decoration: none;
text-align: center;
border-top: 1px solid var(--color-secondary);
transition: background 0.15s;
}
.topbar-search-all:hover { background: var(--color-secondary); }
/* ── Rechter Bereich ── */
.topbar-right {
display: flex;