Merge pull request #10969 from nextcloud/fix/10968/upload-progress
Fixes the upload progress bar layout
This commit is contained in:
commit
41d213c873
|
@ -44,6 +44,10 @@
|
|||
height: 36px;
|
||||
display:inline-block;
|
||||
text-align: center;
|
||||
|
||||
.ui-progressbar-value {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue