mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix favorite star flickering on empty state page
This commit is contained in:
parent
c7cf0d0386
commit
e2977ff4c1
1 changed files with 3 additions and 1 deletions
|
|
@ -557,7 +557,9 @@ table tr.summary td {
|
|||
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
|
||||
|
||||
#emptycontent .icon-starred {
|
||||
height: 50px;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
table.dragshadow {
|
||||
|
|
|
|||
Loading…
Reference in a new issue