pref: fix reply bottom style

This commit is contained in:
KUN1007 2023-11-13 21:44:22 +08:00
parent ac60227efa
commit aa0e36a57a

View file

@ -218,6 +218,8 @@ const handleClickComment = (
.bottom {
border-top: 1px solid var(--kungalgame-blue-1);
border-bottom: 1px solid var(--kungalgame-blue-1);
display: flex;
justify-content: space-between;
}
.right {