From a266026ab29b69b97f590141486c8a6ae33b26cd Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 8 Jan 2025 06:50:49 -0800 Subject: [PATCH] New: Added rounded corners to OSD notifications --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 07a7ece..56421e1 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1389,7 +1389,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { gap: 0.5rem; } -.playerStats { +.playerStats, +.iconOsd { border-radius: var(--largeRadius); }