Fix messed up layout

This commit is contained in:
daudix
2024-09-18 04:59:30 +03:00
parent 4c77ffdf5d
commit 6dfb881194

View File

@ -58,9 +58,9 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
margin-block-start: 2rem;
#comments-status { #comments-status {
margin-block-start: 0;
color: var(--fg-muted-4); color: var(--fg-muted-4);
font-weight: bold; font-weight: bold;
font-size: var(--font-size-x-large); font-size: var(--font-size-x-large);
@ -79,10 +79,6 @@
column-gap: 1rem; column-gap: 1rem;
justify-items: start; justify-items: start;
&:first-child {
margin-block-start: 2rem;
}
&.comment-reply { &.comment-reply {
position: relative; position: relative;
border-radius: 0.25rem; border-radius: 0.25rem;