@@ -41,7 +41,7 @@
z-index: initial;
.plyr__controls{
background: initial;
- padding: 0 12px;
+ padding: 0 12px 2px;
opacity: 1 !important;
transform: translateY(0) !important;
pointer-events: initial !important;
@@ -54,9 +54,9 @@
height: 2px;
}
input[type="range"]::-webkit-slider-thumb {
- width: 8px;
- height: 8px;
- margin-top: -3px;
+ width: 6px;
+ height: 6px;
+ margin-top: -2px;
box-shadow: initial;
.plyr__progress__buffer{
@@ -158,10 +158,10 @@
.staffBox{
width: 100%;
- height: calc(var(--staffBoxHeight) + 10px);
+ height: calc(var(--staffBoxHeight) + 12px);
position: absolute;
bottom: 0;
- padding-bottom: 10px;
+ padding-bottom: 12px;
visibility: hidden;
background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
z-index: 1;