1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

CSS fixes for live tv icon and player stats

This commit is contained in:
Hadi Charara 2022-07-11 14:04:59 -04:00
parent 7622358f6c
commit 88ce58a9ab
2 changed files with 5 additions and 4 deletions

View file

@ -38,16 +38,18 @@
.playerStats-stat { .playerStats-stat {
display: flex; display: flex;
margin-left: 1em; margin-inline-start: 1em;
} }
.playerStats-stat-label { .playerStats-stat-label {
font-weight: 500; font-weight: 500;
margin: 0 0.5em 0 0; margin-block: 0;
margin-inline: 0 0.5em;
} }
.playerStats-stat-header { .playerStats-stat-header {
margin: 1em 1em 0 0; margin-block: 1em 0;
margin-inline: 0 1em;
} }
.playerStats-stat-value { .playerStats-stat-value {

View file

@ -5,7 +5,6 @@
.playlist_add, .playlist_add,
.shuffle, .shuffle,
.input, .input,
.live_tv,
.dvr, .dvr,
.shopping_cart, .shopping_cart,
.vpn_key, .vpn_key,