mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
More Replies Button
This commit is contained in:
parent
4b7cbb3de2
commit
11cfbdc3ed
11 changed files with 40 additions and 21 deletions
|
@ -284,7 +284,6 @@ a:not(.post_right):hover {
|
|||
border-radius: 5px;
|
||||
display: flex;
|
||||
font-size: 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.comment_left, .comment_right {
|
||||
|
@ -377,12 +376,18 @@ a:not(.post_right):hover {
|
|||
color: aqua;
|
||||
}
|
||||
|
||||
.deeper_replies {
|
||||
color: aqua;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
::marker {
|
||||
color: aqua;
|
||||
}
|
||||
|
||||
.replies > .comment {
|
||||
margin-left: -20px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.datetime {
|
||||
|
@ -456,7 +461,7 @@ td, th {
|
|||
|
||||
.replies > .comment {
|
||||
margin-left: -25px;
|
||||
padding: 10px 10px 10px 5px;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.datetime {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue