diff options
| author | rr- <rr-@sakuya.pl> | 2016-12-25 21:52:25 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-12-25 21:52:25 +0100 |
| commit | 5981b5a0daa68e858b21f58979a3f77f1d8e76fb (patch) | |
| tree | ab43516ac051bb24be302114f3f7cfaad02b7d02 /client/css/post-upload.styl | |
| parent | fe0ba63f191b56853c8b57d9538a39c57ad91165 (diff) | |
client/css: fix stacking uploads in upload form
Diffstat (limited to 'client/css/post-upload.styl')
| -rw-r--r-- | client/css/post-upload.styl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl index cd68431..28a9770 100644 --- a/client/css/post-upload.styl +++ b/client/css/post-upload.styl @@ -82,3 +82,9 @@ $cancel-button-color = tomato a color: $inactive-link-color margin-left: 0.5em + + div:last-child:after + display: block + content: ' ' + height: 1px + clear: both |