fix upload progress bar

pull/1/head
Karl Prieb 2021-10-13 18:56:34 -03:00
rodzic c058b3d4c8
commit bbff68037a
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.0</version>
<version>1.0.1</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>

Wyświetl plik

@ -18,3 +18,7 @@
.note-card-view, .folder-card-view{ /* For Carnet app */
border-radius: 4px !important;
}
#uploadprogressbar { /* For upload progress bar */
border-radius: 4px 0 0 4px;
}