Change comment style (#67)
This commit is contained in:
parent
966e8c9db5
commit
411f3da45e
784 changed files with 696 additions and 307 deletions
22
resources/comments.scss
Normal file → Executable file
22
resources/comments.scss
Normal file → Executable file
|
@ -126,6 +126,28 @@ a {
|
|||
margin: -50px 23px 10px -40px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.show_more_reply {
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
margin: 16px 40px;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.show_more_comment {
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
margin: 16px -40px;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
margin-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.no-comments-message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue