Native macOS-Titelleiste: titleBarStyle Overlay (echte Ampeln + gerundete Ecken), Zeile links eingerückt; WindowControls Electron-only

This commit is contained in:
2026-07-05 20:14:10 +02:00
parent 456bf29984
commit a750e87517
4 changed files with 36 additions and 61 deletions
+6
View File
@@ -174,6 +174,12 @@ body {
scrollbar-width: thin;
scrollbar-color: transparent transparent;
}
/* Tauri/macOS: native Ampeln (titleBarStyle "Overlay") liegen oben links über
dem Inhalt → Zeile links einrücken, damit `dossier.` frei bleibt (~3 Ampeln +
Rand). */
.topbar.topbar-native-inset {
padding-left: 78px;
}
/* Sehr ruhige eigene Scrollleiste (WebKit/Blink): Thumb nur beim Scrollen
(`is-scrolling`, von TopBar gesetzt) oder beim Überfahren sichtbar. */
.topbar::-webkit-scrollbar {