aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-11-22 17:40:19 +0000
committerr <r@freesoftwareextremist.com>2020-11-22 17:40:19 +0000
commit7f2df6c2047b81bc7476293ceba3df9aec15dfd6 (patch)
tree27c93c162b10a519025f2ab337d74e45cac5f3c6
parentfa27d9c6eb525b2e55c3faab5dd8a3e0e9658536 (diff)
downloadbloat-7f2df6c2047b81bc7476293ceba3df9aec15dfd6.tar.gz
bloat-7f2df6c2047b81bc7476293ceba3df9aec15dfd6.zip
Fix CSS
-rw-r--r--static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index cd37067..610ecbf 100644
--- a/static/style.css
+++ b/static/style.css
@@ -231,7 +231,7 @@
.user-profile-img-container {
display: inline-block;
- margin: 0 4px 0 0;
+ margin: 0 4px 4px 0;
}
.user-profile-details-container {
@@ -321,7 +321,7 @@ a:hover,
.status-video-container {
display: inline-block;
position: relative;
- margin: 2.5px 0;
+ margin-bottom: 5px;
}
.status-video-container:hover .status-nsfw-overlay {
@@ -422,7 +422,7 @@ img.emoji {
margin: 4px 0;
}
-.settings-form-field * {
+.settings-form-field>* {
vertical-align: middle;
}