From 686fff945e0b4697aa74da404ce90534bb7b121d Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 26 Dec 2024 20:12:34 +0100 Subject: Add async email and topic subscribing --- src/ui/theme-files/modern/theme.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/theme-files/modern') diff --git a/src/ui/theme-files/modern/theme.css b/src/ui/theme-files/modern/theme.css index 1f1cc3a..3a5f4af 100644 --- a/src/ui/theme-files/modern/theme.css +++ b/src/ui/theme-files/modern/theme.css @@ -224,6 +224,9 @@ footer { display: block; } } +.checkbox { + margin-block: 8px; +} .form-inline { display: inline-flex; margin: 0; -- cgit v1.2.3