Skip to content

Commit

Permalink
Version v1.1.1 (Apply styles uniformly to guest pages)
Browse files Browse the repository at this point in the history
- Guest pages now use the same border radii in all cases as the logged-in (themed) pages
  • Loading branch information
OliverParoczai authored Aug 23, 2023
2 parents 2004597 + 0e6973b commit 2e1ee3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Unrounded Corners
A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
]]></description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>
Expand Down
7 changes: 4 additions & 3 deletions css/unround.css
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 2e1ee3f

Please sign in to comment.