Display "more replies"

This commit is contained in:
Zed 2019-07-01 03:13:12 +02:00
parent 160c28eda3
commit a901e50df5
6 changed files with 77 additions and 33 deletions

View file

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