Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Paróczai Olivér 2e1ee3f616
Version v1.1.1 (Apply styles uniformly to guest pages)
- Guest pages now use the same border radii in all cases as the logged-in (themed) pages
2023-08-23 21:27:55 +02:00
Paróczai Olivér 0e6973bf60
Version v1.1.1 2023-08-23 21:24:04 +02:00
Paróczai Olivér 10dea05bbb
Unround login page info 2023-08-23 21:23:38 +02:00
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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 */