Ditto for comments.scss
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
section#comments {
|
||||
#comments {
|
||||
#qrcode {
|
||||
float: right;
|
||||
box-sizing: content-box;
|
||||
@ -18,19 +18,18 @@ section#comments {
|
||||
}
|
||||
}
|
||||
|
||||
#comments-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.dialog-buttons {
|
||||
justify-content: start;
|
||||
gap: 0.25rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#comments-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
margin-top: 2rem;
|
||||
|
||||
.comment {
|
||||
display: grid;
|
||||
grid-template-columns: min-content;
|
||||
@ -218,3 +217,4 @@ section#comments {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user