mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
group comments (bad way)
This commit is contained in:
parent
6bf14e6d5c
commit
39b0a2d568
6 changed files with 35 additions and 16 deletions
|
@ -2,11 +2,16 @@
|
|||
background: $comment_bg;
|
||||
min-height: $comment_height;
|
||||
display: flex;
|
||||
box-shadow: $comment_shadow;
|
||||
// box-shadow: $comment_shadow;
|
||||
|
||||
&:global(.is_empty) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:global(.is_same) {
|
||||
margin: 0 !important;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue