aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/toggle.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/toggle.scss')
-rw-r--r--src/styles/toggle.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/toggle.scss b/src/styles/toggle.scss
index 5cd9e4526..ed4c0d11b 100644
--- a/src/styles/toggle.scss
+++ b/src/styles/toggle.scss
@@ -39,7 +39,9 @@ $toggle-button-size: 22px;
39 left: 1px; 39 left: 1px;
40 top: 1px; 40 top: 1px;
41 position: absolute; 41 position: absolute;
42 transition: all 0.5s; 42 @media (prefers-reduced-motion: no-preference) {
43 transition: all 0.5s;
44 }
43 width: $toggle-size - 2; 45 width: $toggle-size - 2;
44 } 46 }
45 47