aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-22 16:27:49 +0000
committerr <r@freesoftwareextremist.com>2019-12-22 16:27:49 +0000
commit05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec (patch)
tree0e82031aec5432ca06b5aefeb2151a27757f6312 /static
parent2506615f4228de4189202123d414e8f22b2c1c1b (diff)
downloadbloat-05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec.tar.gz
bloat-05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec.zip
Add nsfw checkbox for posts
Diffstat (limited to 'static')
-rw-r--r--static/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 2dcb4a6..b4b616b 100644
--- a/static/main.css
+++ b/static/main.css
@@ -234,6 +234,8 @@
.user-profile-img {
max-height: 100px;
max-width: 100px;
+ object-fit: contain;
+ vertical-align: top;
}
.user-profile-decription {
@@ -284,6 +286,11 @@
position: relative;
}
+.status-profile-img-container .img-link {
+ width: 48px;
+ overflow: hidden;
+}
+
.status-nsfw-overlay {
height: 100%;
width: 100%;
@@ -305,3 +312,7 @@
.status-video-container:hover .status-nsfw-overlay {
display: none;
}
+
+.post-form-field>* {
+ vertical-align: middle;
+}