diff options
author | r <r@freesoftwareextremist.com> | 2020-01-29 18:14:27 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-29 18:14:27 +0000 |
commit | f93fe3276607039a5d09fa83b17c8f353b19ce86 (patch) | |
tree | df7daa8355087b68aad53516e51472b924a737bb /static | |
parent | 2c084dfd097da448a830a8e017af0175209259ab (diff) | |
download | bloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.tar.gz bloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.zip |
Update notification layout
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css index 602f2ef..fdbad23 100644 --- a/static/style.css +++ b/static/style.css @@ -138,7 +138,7 @@ } .retweet-info { - margin: 8px 0 4px 24px; + margin: 0 0 2px 24px; } .retweet-info .status-profile-img { @@ -176,9 +176,7 @@ border-color: #777777; } -.notification-follow-container, -.notification-like-container, -.notification-retweet-container { +.notification-follow-container { display: flex; } @@ -190,6 +188,10 @@ margin-top: 8px; } +.notification-time { + margin-left: 8px; +} + .status-reply-to { display: inline-block; vertical-align: center; |