diff options
| author | Jonas Kohl | 2024-12-26 20:12:34 +0100 | 
|---|---|---|
| committer | Jonas Kohl | 2024-12-26 20:12:34 +0100 | 
| commit | 686fff945e0b4697aa74da404ce90534bb7b121d (patch) | |
| tree | cb5582c8d118cb480f2978fa821950f4a2259401 /src/ui/theme-files/modern | |
| parent | 11fed2c8ce3dd38fe686e7b27db738f64373fe3d (diff) | |
Add async email and topic subscribingv0.7.2
Diffstat (limited to 'src/ui/theme-files/modern')
| -rw-r--r-- | src/ui/theme-files/modern/theme.css | 3 | 
1 files changed, 3 insertions, 0 deletions
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;  |