pref: fix reply bottom style
This commit is contained in:
parent
ac60227efa
commit
aa0e36a57a
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue