diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2023-04-17 19:50:40 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2023-04-17 19:50:40 -0400 |
| commit | 782f0690318d21e9e09ac88984afc59a1812b888 (patch) | |
| tree | 5d158d6956ec7b271549ce8d436293cb4920167c /client/css | |
| parent | 81f7ae8034ccdd8f42b0f84e4451872518818647 (diff) | |
client/upload: fix thumbnail width in post uploads
Fixes regression caused by 648121d7
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 |