Don't hide the post action buttons on mobile
This commit is contained in:
@ -58,7 +58,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
margin-block-start: 2rem;
|
||||
|
||||
#comments-status {
|
||||
margin-block-start: 0;
|
||||
@ -80,6 +79,10 @@
|
||||
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