diff options
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-upload.styl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index ea79fca..cb6b006 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -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 |