diff --git a/src/pages/notifications.css b/src/pages/notifications.css index 13d21f1a..47273aca 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -551,3 +551,15 @@ } } } + +#notifications-settings { + label { + display: flex; + gap: 8px; + align-items: center; + + input[type='checkbox'] { + flex-shrink: 0; + } + } +} diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index b8ad3da3..7a24a386 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -709,7 +709,7 @@ function Notifications({ columnMode }) { } }} > -
+