Skip to content

Commit 95fd51d

Browse files
committed
minor updates to unlistedBadge CSS
use pixels instead of rems for font-size remove line-height use non-fractional font-size value add vertical padding
1 parent 66888bf commit 95fd51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/components/watch-video-info/watch-video-info.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
border-radius: 5px;
2828
display: inline;
2929
padding-inline: 5px;
30+
padding-block: 2px;
3031
white-space: nowrap;
31-
font-size: 0.8rem;
32-
line-height: 0.5rem;
32+
font-size: 13px;
3333
font-weight: 500;
3434
}
3535

0 commit comments

Comments
 (0)