Fix Talk chat for NC25 (v1.0.5, PR #12)

pull/13/head
Paróczai Olivér 2022-10-21 11:48:45 +00:00 zatwierdzone przez GitHub
commit d59fe09886
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 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.0.4</version>
<version>1.0.5</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>

Wyświetl plik

@ -33,6 +33,10 @@
border-radius: var(--border-radius-pill) !important;
}
.main-view { /* For Talk app */
height: calc(100% - 50px) !important;
}
#uploadprogressbar { /* For upload progress bar */
border-radius: var(--border-radius-pill) 0 0 var(--border-radius-pill) !important;
}