Skip to content

Commit

Permalink
feat: improve styles of quote badge
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Mar 5, 2024
1 parent 5bc1867 commit cdaa2cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/comment-widget/src/reply-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,10 @@ export class ReplyItem extends LitElement {
flex-direction: row;
align-items: center;
gap: 0.25em;
padding-left: 0.25em;
padding-right: 0.25em;
padding-top: 0.125em;
padding-bottom: 0.125em;
padding: 0 0.3em;
font-weight: 500;
font-size: 0.75em;
line-height: 1em;
border-radius: 0.25em;
border-radius: 0.3em;
background-color: #e5e7eb;
color: #4b5563;
cursor: pointer;
Expand Down

0 comments on commit cdaa2cb

Please sign in to comment.