Fix dashboard page corners

pull/22/head
Paróczai Olivér 2023-08-21 13:11:44 +00:00 zatwierdzone przez GitHub
rodzic 43b42b3606
commit 1fd963d86c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,11 +1,13 @@
:root { /* Body container settings */
:root { /* Body container settings, mostly for removing the side margins */
--body-container-margin: 0px !important;
--body-container-radius: 0px !important;
--border-radius-large: 0px !important;
--border-radius-rounded: 0px !important;
}
[data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast]{ /* For sitewide buttons, both themes */
--border-radius-large: 4px !important; /* Used on the dashboard */
--border-radius-rounded: 4px !important; /* Used on the dashboard */
--border-radius-pill: 4px !important; /* Used everywhere else */
}