From 425bb6a0035b6b0662c8635dfb6220cec6993052 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sun, 9 Mar 2025 13:24:16 +0200 Subject: [PATCH] Fixed toggle switch handles in GDM --- theme/gnome-shell/.versions/47../.css/toggle.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/gnome-shell/.versions/47../.css/toggle.css b/theme/gnome-shell/.versions/47../.css/toggle.css index 85b6521..8311dca 100644 --- a/theme/gnome-shell/.versions/47../.css/toggle.css +++ b/theme/gnome-shell/.versions/47../.css/toggle.css @@ -1,8 +1,9 @@ .toggle-switch .handle { /* toggle-switch height - handle margin * 2 */ - width: 14px; + width: 12px; height: 14px; - margin: 2px; + margin: 3px; + border-radius: 99px; background-color: TEXT-SECONDARY-COLOR; }