Skip to content

Commit 58d9bb8

Browse files
committed
use pixels instead of rems for font-size
1 parent 66888bf commit 58d9bb8

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
@@ -28,8 +28,8 @@
2828
display: inline;
2929
padding-inline: 5px;
3030
white-space: nowrap;
31-
font-size: 0.8rem;
32-
line-height: 0.5rem;
31+
font-size: 12.8px;
32+
line-height: 8px;
3333
font-weight: 500;
3434
}
3535

0 commit comments

Comments
 (0)