Ribbon: TopBar-Ansichtssteuerung in Ansichten-Tab gemergt; TopBar auf schmale globale Leiste reduziert

This commit is contained in:
2026-07-05 17:57:17 +02:00
parent 3a206060e3
commit 85011cb8ef
5 changed files with 206 additions and 223 deletions
+9
View File
@@ -5472,3 +5472,12 @@ body {
font-style: italic;
padding: 0 8px;
}
/* „Ansichten"-Tab: die aus der TopBar gemergten Cluster (View-Grid, Kombis,
Detail, Zoom, Darstellung) in EINER Zeile — nutzt die bestehenden `.tb-*`-
Stile unverändert weiter. */
.ribbon-views {
display: flex;
align-items: center;
gap: 10px;
min-height: 48px;
}