client/upload: fix thumbnail width in post uploads

Fixes regression caused by 648121d7
This commit is contained in:
Shyam Sunder 2023-04-17 19:50:40 -04:00
parent 81f7ae8034
commit 782f069031

View file

@ -62,6 +62,14 @@ $cancel-button-color = tomato
margin: 0 0 1.2em 0
padding-left: 13em
img
width: 100%
height: 100%
video
width: 100%
height: 100%
&>.thumbnail-wrapper
float: left
width: 12em