Fix messed up layout
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user