Ditto for comments.scss

This commit is contained in:
daudix
2024-06-18 06:34:01 +03:00
parent 1f9fe1636d
commit 9344e4d4e5

View File

@ -1,4 +1,4 @@
section#comments { #comments {
#qrcode { #qrcode {
float: right; float: right;
box-sizing: content-box; box-sizing: content-box;
@ -18,19 +18,18 @@ section#comments {
} }
} }
#comments-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
margin-top: 2rem;
}
.dialog-buttons { .dialog-buttons {
justify-content: start; justify-content: start;
gap: 0.25rem; gap: 0.25rem;
margin-top: 2rem; margin-top: 2rem;
} }
#comments-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
margin-top: 2rem;
.comment { .comment {
display: grid; display: grid;
grid-template-columns: min-content; grid-template-columns: min-content;
@ -217,4 +216,5 @@ section#comments {
} }
} }
} }
}
} }