client/upload: fix thumbnail width in post uploads
Fixes regression caused by 648121d7
This commit is contained in:
parent
81f7ae8034
commit
782f069031
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue