Don't hide the post action buttons on mobile

This commit is contained in:
daudix
2024-09-18 03:44:56 +03:00
parent 880a323b27
commit edd5da0a8a
3 changed files with 30 additions and 25 deletions

View File

@ -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;