fix(reply): hidden reply was too big and showed edit menu checkbox

This commit is contained in:
Tom (plebeius.eth)
2024-11-04 18:52:15 +01:00
parent a2dd3efe08
commit a927f3aa00
2 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -581,4 +581,9 @@
.replyMobile {
display: none;
}
}
}
.hiddenReplyEditMenuSpacer {
width: 6px;
display: inline-block;
}