Set guestbook reply and hide buttons font size to initial

This commit is contained in:
Helen Chong 2024-06-17 21:48:22 +08:00
parent c9392f4f99
commit 49025dfb88
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@
border-radius: 0.2em;
}
.comment-footer button,
.show-comment {
font-size: initial;
}
gw-comment-card:not(.collapsed) .show-comment {
display: none;
}