Fix messed up layout
This commit is contained in:
@ -58,9 +58,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
margin-block-start: 2rem;
|
||||
|
||||
#comments-status {
|
||||
margin-block-start: 0;
|
||||
color: var(--fg-muted-4);
|
||||
font-weight: bold;
|
||||
font-size: var(--font-size-x-large);
|
||||
@ -79,10 +79,6 @@
|
||||
column-gap: 1rem;
|
||||
justify-items: start;
|
||||
|
||||
&:first-child {
|
||||
margin-block-start: 2rem;
|
||||
}
|
||||
|
||||
&.comment-reply {
|
||||
position: relative;
|
||||
border-radius: 0.25rem;
|
||||
|
Reference in New Issue
Block a user