- Fixes selector width on the contacts page
master v1.1.2
Paróczai Olivér 2023-10-09 10:46:37 +02:00 zatwierdzone przez GitHub
commit 6e943cbcca
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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;
}