Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Paróczai Olivér 6e943cbcca
Version v1.1.2
- Fixes selector width on the contacts page
2023-10-09 10:46:37 +02:00
Paróczai Olivér 4cc31c141f
Version v1.1.2 2023-10-09 08:45:21 +00:00
Paróczai Olivér 0dc48f7046
Fix contact page select width 2023-10-09 08:44:35 +00:00
2 zmienionych plików z 6 dodań i 1 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.1</version>
<version>1.1.2</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>

Wyświetl plik

@ -68,3 +68,8 @@ select {
.icon-history{
border-radius: 100px !important; /* Still E-mail, reversing the border for this icon as it has an animation that would overlap */
}
/* Fix width of select items, especially for the contacts page */
.vs__selected {
min-width: unset !important;
}