Ditto for comments.scss
This commit is contained in:
@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user