mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Display "more replies"
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user