Add reply links on thread page

This commit is contained in:
r 2019-12-18 22:14:02 +00:00
parent e356520290
commit d7fc7cf2f5
7 changed files with 103 additions and 24 deletions

View file

@ -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;
}