Display "more replies"
This commit is contained in:
parent
160c28eda3
commit
a901e50df5
6 changed files with 77 additions and 33 deletions
|
@ -505,6 +505,18 @@ video {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.more-replies {
|
||||
padding-top: 0.3em;
|
||||
}
|
||||
|
||||
.more-replies-text {
|
||||
display: block;
|
||||
margin-left: 58px;
|
||||
padding: 7px 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.thread-line .status-el::before {
|
||||
background: #8a3731;
|
||||
content: '';
|
||||
|
@ -530,6 +542,20 @@ video {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.thread-line .more-replies::before {
|
||||
content: '...';
|
||||
background: unset;
|
||||
color: #b94e46;
|
||||
font-weight: bold;
|
||||
font-size: 22px;
|
||||
line-height: 0.25em;
|
||||
left: 1.2em;
|
||||
width: 5px;
|
||||
top: 2px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin: auto;
|
||||
font-size: 130%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue