From 05daa6a148ee4d5d43ab1f055862b6a4b2eb75ec Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 16:27:49 +0000 Subject: Add nsfw checkbox for posts --- static/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') 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; +} -- cgit v1.2.3