From 4a83c22261e4e35de7366c9b815ef72d3555e5d9 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 03:43:25 +0000 Subject: Fix css and template issues --- static/main.css | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index e37cef4..89bb9cd 100644 --- a/static/main.css +++ b/static/main.css @@ -21,11 +21,15 @@ margin: 0px; } +.status-profile-img-container { + margin-right: 8px; +} + .status-profile-img { height: 48px; width: 48px; - margin-right: 8px; object-fit: contain; + vertical-align: top; } .status { @@ -111,6 +115,10 @@ margin: 8px 0; } +.post-form>div { + margin-bottom: 4px; +} + .signin-form { margin: 8px 0; } @@ -127,7 +135,7 @@ height: 24px; width: 24px; margin-bottom: -8px; - margin-right: 0px; + vertical-align: baseline; } .retweet-info .status-dname{ @@ -248,7 +256,7 @@ } .status-visibility { - margin: 0 4px; + margin-left: 4px; display: inline-block; color: #444444; } @@ -257,3 +265,19 @@ font-size: 9pt; vertical-align: bottom; } + +.remote-link { + margin-left: 4px; + display: inline-block; + color: #444444; + text-decoration: none; +} + +.remote-link span { + font-size: 9pt; + vertical-align: bottom; +} + +.img-link { + display: inline-block; +} -- cgit v1.2.3