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 {
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;
@ -217,4 +216,5 @@ section#comments {
}
}
}
}
}