From 88ce58a9abf1517dc40e117cc680e651d5a5d218 Mon Sep 17 00:00:00 2001 From: Hadi Charara Date: Mon, 11 Jul 2022 14:04:59 -0400 Subject: [PATCH] CSS fixes for live tv icon and player stats --- src/components/playerstats/playerstats.scss | 8 +++++--- src/styles/rtl.scss | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/playerstats/playerstats.scss b/src/components/playerstats/playerstats.scss index fb5f36da05..8a142e2f60 100644 --- a/src/components/playerstats/playerstats.scss +++ b/src/components/playerstats/playerstats.scss @@ -38,16 +38,18 @@ .playerStats-stat { display: flex; - margin-left: 1em; + margin-inline-start: 1em; } .playerStats-stat-label { font-weight: 500; - margin: 0 0.5em 0 0; + margin-block: 0; + margin-inline: 0 0.5em; } .playerStats-stat-header { - margin: 1em 1em 0 0; + margin-block: 1em 0; + margin-inline: 0 1em; } .playerStats-stat-value { diff --git a/src/styles/rtl.scss b/src/styles/rtl.scss index 9da7c6724d..3806ca0691 100644 --- a/src/styles/rtl.scss +++ b/src/styles/rtl.scss @@ -5,7 +5,6 @@ .playlist_add, .shuffle, .input, -.live_tv, .dvr, .shopping_cart, .vpn_key,