aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-01-29 18:14:27 +0000
committerr <r@freesoftwareextremist.com>2020-01-29 18:14:27 +0000
commitf93fe3276607039a5d09fa83b17c8f353b19ce86 (patch)
treedf7daa8355087b68aad53516e51472b924a737bb /static
parent2c084dfd097da448a830a8e017af0175209259ab (diff)
downloadbloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.tar.gz
bloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.zip
Update notification layout
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
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;