diff options
author | r <r@freesoftwareextremist.com> | 2020-05-24 06:45:02 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-05-24 06:45:02 +0000 |
commit | 051908cfb7595afe1a775bf7e87d7081548884b0 (patch) | |
tree | a1f558a403580faacf3bcecb45188e28021931a3 /static | |
parent | 0eaf8e8c876d9a7014404345a11922718a329905 (diff) | |
download | bloat-051908cfb7595afe1a775bf7e87d7081548884b0.tar.gz bloat-051908cfb7595afe1a775bf7e87d7081548884b0.zip |
Fix video margin
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 64ca7b1..40960d7 100644 --- a/static/style.css +++ b/static/style.css @@ -307,6 +307,7 @@ a:hover, .status-video-container { display: inline-block; position: relative; + margin: 2.5px 0; } .status-video-container:hover .status-nsfw-overlay { |