aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plugins/ads.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/plugins/ads.scss')
-rw-r--r--src/sass/plugins/ads.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss
index 16fb43e4..c422c695 100644
--- a/src/sass/plugins/ads.scss
+++ b/src/sass/plugins/ads.scss
@@ -36,7 +36,7 @@
z-index: 3;
}
- &::after:empty {
+ &:empty::after {
display: none;
}
}
@@ -47,10 +47,10 @@
display: block;
height: $plyr-range-track-height;
left: 0;
- margin: -($plyr-range-track-height / 2) 0 0;
opacity: 0.8;
position: absolute;
top: 50%;
+ transform: translateY(-50%);
width: 3px;
z-index: 3; // Between progress and thumb
}