Skip to content

Commit

Permalink
Update styles of name in SubscriptionInput. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU authored Aug 18, 2021
1 parent 1ae1a1e commit 4901f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/options/components/subscription-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
.name {
flex-grow: 1;
padding: 0 4px;
padding-right: 8px;
font-weight: 700;
font-size: 16px;
text-align: center;
Expand All @@ -82,6 +82,7 @@
}
.name {
padding-left: 4px;
text-decoration: line-through;
// For Firefox
text-decoration-thickness: 0.1em;
Expand Down

0 comments on commit 4901f2a

Please sign in to comment.