From ef7b4efa8153285e709b205437b731a59b43326a Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 19 Apr 2025 01:07:08 +0200 Subject: [PATCH] fix: dialogs look kinda bad --- src/app.css | 8 ++++++++ src/lib/components/app/disclaimer.svelte | 2 +- src/lib/components/ui/dialog/dialog-content.svelte | 13 +++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/app.css b/src/app.css index f43de59..a1a975a 100644 --- a/src/app.css +++ b/src/app.css @@ -38,6 +38,10 @@ --glass-bg: rgba(0, 0, 0, 0.1); --glass-hover: rgba(0, 0, 0, 0.15); --glass-border: rgba(0, 0, 0, 0.2); + + --thicker-glass-bg: rgba(0, 0, 0, 0.25); + --thicker-glass-hover: rgba(0, 0, 0, 0.35); + --thicker-glass-border: rgba(0, 0, 0, 0.45); } .dark { @@ -74,6 +78,10 @@ --glass-bg: rgba(255, 255, 255, 0.1); --glass-hover: rgba(255, 255, 255, 0.15); --glass-border: rgba(255, 255, 255, 0.2); + + --thicker-glass-bg: rgba(255, 255, 255, 0.25); + --thicker-glass-hover: rgba(255, 255, 255, 0.35); + --thicker-glass-border: rgba(255, 255, 255, 0.45); } } diff --git a/src/lib/components/app/disclaimer.svelte b/src/lib/components/app/disclaimer.svelte index 5016bcc..2aa0495 100644 --- a/src/lib/components/app/disclaimer.svelte +++ b/src/lib/components/app/disclaimer.svelte @@ -17,7 +17,7 @@

I do not have the right to the songs played on this radio station, nor do I have any - affiliation with Chillhop Music. This project is open source and not intended for + affiliation with Chillhop Music. This project is open source and not intended for commercial use.

diff --git a/src/lib/components/ui/dialog/dialog-content.svelte b/src/lib/components/ui/dialog/dialog-content.svelte index 5335264..96ddf50 100644 --- a/src/lib/components/ui/dialog/dialog-content.svelte +++ b/src/lib/components/ui/dialog/dialog-content.svelte @@ -21,16 +21,17 @@ {@render children?.()} Close