Fix Talk chat for NC25 (v1.0.5, PR #12)
commit
d59fe09886
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue