Feature: Übungen Desktop 2-zeilige Tabs + globale Suche über alle Kategorien — SW by-v496, APP_VER 473

This commit is contained in:
rene 2026-04-29 13:07:41 +02:00
parent 81ee1a063e
commit a3679354c8
4 changed files with 52 additions and 15 deletions

View file

@ -685,6 +685,20 @@
white-space: nowrap;
}
/* Übungen: Tabs auf 2 Zeilen */
#page-uebungen #ueb-tabs {
display: grid;
grid-template-columns: repeat(var(--ueb-tab-cols, 5), minmax(0, 1fr));
overflow: visible;
gap: var(--space-1);
padding-bottom: var(--space-2);
}
#page-uebungen #ueb-tabs .by-tab {
justify-content: center;
text-align: center;
white-space: nowrap;
}
/* Karte: Legende auf 2 Zeilen
#page-map nötig für Spezifität > .map-legend (components.css lädt später) */
#page-map .map-legend {