Skip to content

Commit

Permalink
Version v1.1.0
Browse files Browse the repository at this point in the history
- Fixes issue #21
- Bumps version to NC 27
  • Loading branch information
OliverParoczai authored Aug 21, 2023
2 parents 1c1b1d6 + 1fd963d commit 2004597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.0.9</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>
Expand All @@ -17,6 +17,6 @@ A Nextcloud app that restores the corners of buttons and widgets to their origin
<bugs>https://github.com/OliverParoczai/nextcloud-unroundedcorners/issues</bugs>
<screenshot>https://raw.githubusercontent.com/OliverParoczai/nextcloud-unroundedcorners/master/differences.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="29"/>
<nextcloud min-version="27" max-version="37"/>
</dependencies>
</info>
4 changes: 3 additions & 1 deletion css/unround.css
Original file line number Diff line number Diff line change
@@ -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 */
}

Expand Down

0 comments on commit 2004597

Please sign in to comment.