diff options
author | r <r@freesoftwareextremist.com> | 2019-12-18 22:14:02 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-18 22:14:02 +0000 |
commit | d7fc7cf2f5e9c11a401ee34ed498bca762c72b79 (patch) | |
tree | ce0558257067eaf737c6fbcef1de8fef78c127fd /static | |
parent | e3565202903a051b19aa76b81a0b5f9f3fdea996 (diff) | |
download | bloat-d7fc7cf2f5e9c11a401ee34ed498bca762c72b79.tar.gz bloat-d7fc7cf2f5e9c11a401ee34ed498bca762c72b79.zip |
Add reply links on thread page
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 27 |
1 files changed, 26 insertions, 1 deletions
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; +} |