aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-05-24 06:45:02 +0000
committerr <r@freesoftwareextremist.com>2020-05-24 06:45:02 +0000
commit051908cfb7595afe1a775bf7e87d7081548884b0 (patch)
treea1f558a403580faacf3bcecb45188e28021931a3
parent0eaf8e8c876d9a7014404345a11922718a329905 (diff)
downloadbloat-051908cfb7595afe1a775bf7e87d7081548884b0.tar.gz
bloat-051908cfb7595afe1a775bf7e87d7081548884b0.zip
Fix video margin
-rw-r--r--static/style.css1
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 {