From d7fc7cf2f5e9c11a401ee34ed498bca762c72b79 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 18 Dec 2019 22:14:02 +0000 Subject: Add reply links on thread page --- static/main.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index 8865820..7f8cd90 100644 --- a/static/main.css +++ b/static/main.css @@ -7,7 +7,7 @@ } .status-content { - margin: 8px 0; + margin: 4px 0 8px 0; } .status-content p { @@ -18,6 +18,7 @@ height: 48px; width: 48px; margin-right: 8px; + object-fit: contain; } .status { @@ -118,6 +119,7 @@ height: 24px; width: 24px; margin-bottom: -8px; + margin-right: 0px; } .retweet-info .status-dname{ @@ -161,3 +163,26 @@ .notification-follow-uname { margin-top: 8px; } + +.status-reply-to { + vertical-align: center; + font-size: 10pt +} + +.status-reply-container .icon { + font-size: 10pt; + vertical-align: sub; + margin-right: -2px; +} + +.status-reply-text { + font-size: 10pt; +} + +.status-reply { + font-size: 10pt; +} + +.status-reply-info-divider { + margin: 0 4px; +} -- cgit v1.2.3