Align dock padding with playlist button

pull/3047/head
Chocobozzz 2020-08-05 14:25:42 +02:00 committed by Chocobozzz
parent 9054a8b6e5
commit a75292db78
3 changed files with 4 additions and 2 deletions

View File

@ -10,4 +10,6 @@ $slider-bg-color: lighten($primary-background-color, 33%);
$progress-margin: 10px;
$dock-padding: 20px;
$assets-path: '../../assets/' !default;

View File

@ -20,7 +20,7 @@ body {
color: pvar(--embedForegroundColor);
.vjs-dock-text {
padding-right: 10px;
padding: $dock-padding;
background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

View File

@ -80,7 +80,7 @@ $playlist-menu-width: 350px;
right: 0;
top: 0;
z-index: 100;
padding: 1em;
padding: $dock-padding;
cursor: pointer;
}