aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-18 22:14:02 +0000
committerr <r@freesoftwareextremist.com>2019-12-18 22:14:02 +0000
commitd7fc7cf2f5e9c11a401ee34ed498bca762c72b79 (patch)
treece0558257067eaf737c6fbcef1de8fef78c127fd /static
parente3565202903a051b19aa76b81a0b5f9f3fdea996 (diff)
downloadbloat-d7fc7cf2f5e9c11a401ee34ed498bca762c72b79.tar.gz
bloat-d7fc7cf2f5e9c11a401ee34ed498bca762c72b79.zip
Add reply links on thread page
Diffstat (limited to 'static')
-rw-r--r--static/main.css27
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;
+}