From 1fd963d86cfd5799e495e19c7bef0988600b7700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Mon, 21 Aug 2023 13:11:44 +0000 Subject: [PATCH] Fix dashboard page corners --- css/unround.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/unround.css b/css/unround.css index 22e1ef2..0d49e02 100644 --- a/css/unround.css +++ b/css/unround.css @@ -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 */ }