mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-05 03:18:44 +00:00
Add reply links on thread page
This commit is contained in:
parent
e356520290
commit
d7fc7cf2f5
7 changed files with 103 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue