Refined launch style

Added .hudBar style & tweaked background gradient, reduce blur/saturation, Added scrollbar style.
This commit is contained in:
Andrew P. Harper
2026-02-16 00:11:04 -05:00
parent 19476da5cc
commit 59d786bfda
4 changed files with 41 additions and 8 deletions
@@ -2,6 +2,11 @@
-webkit-app-region: drag;
}
.hudBar {
isolation: isolate;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.electronNoDrag {
-webkit-app-region: no-drag;
}