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 -2
View File
@@ -77,7 +77,7 @@ export function SourceSelector() {
</TabsList>
<div className="h-72 flex flex-col justify-stretch">
<TabsContent value="screens" className="h-full">
<div className="grid grid-cols-2 gap-2 h-full overflow-y-auto pr-1 relative">
<div className={`grid grid-cols-2 gap-2 h-full overflow-y-auto pr-1 relative ${styles.sourceGridScroll}`}>
{screenSources.map(source => (
<Card
key={source.id}
@@ -107,7 +107,7 @@ export function SourceSelector() {
</div>
</TabsContent>
<TabsContent value="windows" className="h-full">
<div className="grid grid-cols-2 gap-2 h-full overflow-y-auto pr-1 relative">
<div className={`grid grid-cols-2 gap-2 h-full overflow-y-auto pr-1 relative ${styles.sourceGridScroll}`}>
{windowSources.map(source => (
<Card
key={source.id}