client/upload: fix empty thumbnail size

This commit is contained in:
Eva 2023-05-22 12:52:39 +02:00
parent ac303db9e6
commit 2d71ea0e05

View file

@ -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