client/upload: fix empty thumbnail size
This commit is contained in:
parent
ac303db9e6
commit
2d71ea0e05
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ $cancel-button-color = tomato
|
||||||
display: block
|
display: block
|
||||||
height: 100%
|
height: 100%
|
||||||
width: 100%
|
width: 100%
|
||||||
.thumbnail
|
.thumbnail
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
.uploadable
|
.uploadable
|
||||||
border: 1px solid $upload-border-color
|
border: 1px solid $upload-border-color
|
||||||
|
|
Reference in a new issue