diff options
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; |