From 10dea05bbba01bba9a5e3a8055bb8b3c803fb826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Wed, 23 Aug 2023 21:23:38 +0200 Subject: [PATCH 1/2] Unround login page info --- css/unround.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/unround.css b/css/unround.css index 0d49e02..0500a95 100644 --- a/css/unround.css +++ b/css/unround.css @@ -1,8 +1,9 @@ -:root { /* Body container settings, mostly for removing the side margins */ +:root { /* Body container settings, mostly for removing the side margins, and for applying the styles to guest pages */ --body-container-margin: 0px !important; --body-container-radius: 0px !important; ---border-radius-large: 0px !important; ---border-radius-rounded: 0px !important; +--border-radius-large: 4px !important; +--border-radius-rounded: 4px !important; +--border-radius-pill: 4px !important; } [data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast]{ /* For sitewide buttons, both themes */ From 0e6973bf6032d2bee4062960ac0c62d8e21fb2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Wed, 23 Aug 2023 21:24:04 +0200 Subject: [PATCH 2/2] Version v1.1.1 --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index b1a9626..32b0d34 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ # Unrounded Corners A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them. ]]> - 1.1.0 + 1.1.1 agpl Oliver Paroczai UnroundedCorners