Set guestbook reply and hide buttons font size to initial
This commit is contained in:
parent
c9392f4f99
commit
49025dfb88
|
@ -85,6 +85,11 @@
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-footer button,
|
||||||
|
.show-comment {
|
||||||
|
font-size: initial;
|
||||||
|
}
|
||||||
|
|
||||||
gw-comment-card:not(.collapsed) .show-comment {
|
gw-comment-card:not(.collapsed) .show-comment {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue