Skip to content

Commit

Permalink
Fix border in reply comment box
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Nov 21, 2021
1 parent 96edcb4 commit c08bc11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,11 @@ img.emoji {
}

.gsc-comment-box-tabs {
@apply flex border-b rounded-t;
@apply flex items-center justify-between border-b rounded-t;
}

.gsc-comment .gsc-comment-box-tabs {
@apply border-t rounded-none;
}

.gsc-comment-box-main {
Expand Down

0 comments on commit c08bc11

Please sign in to comment.