From 85791a433743ed7c4753ef286cb55e7ebdfcf78c Mon Sep 17 00:00:00 2001 From: the1812 Date: Sun, 13 Nov 2022 14:50:01 +0800 Subject: [PATCH] Fix style for prev episode button --- .../touch/player-control/player-control.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/registry/lib/components/touch/player-control/player-control.scss b/registry/lib/components/touch/player-control/player-control.scss index 3fa7ec44a..5f9bd7c3f 100644 --- a/registry/lib/components/touch/player-control/player-control.scss +++ b/registry/lib/components/touch/player-control/player-control.scss @@ -131,6 +131,12 @@ .bpx-player-control-bottom { padding: 0 !important; } + .bpx-player-control-bottom-left > :first-child { + padding-left: 12px !important; + } + .bpx-player-control-bottom-right > :last-child { + padding-right: 12px !important; + } .bpx-player-pbp { padding: 0 !important; left: 0 !important; @@ -140,12 +146,6 @@ height: 100% !important; padding-left: 2px !important; padding-right: 2px !important; - &.bpx-player-ctrl-play { - padding-left: 12px !important; - } - &.bpx-player-ctrl-full { - padding-right: 12px !important; - } } } @include on-fullscreen('.touch-player-control') {