Native macOS-Titelleiste: titleBarStyle Overlay (echte Ampeln + gerundete Ecken), Zeile links eingerückt; WindowControls Electron-only
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user