player shadow

This commit is contained in:
bkfox 2023-11-29 15:45:22 +01:00
parent 8202a9324c
commit 1de9548111
2 changed files with 2 additions and 2 deletions

View File

@ -8808,6 +8808,7 @@ preview-header:not(.no-cover) .preview-card-headings .heading {
.a-player {
z-index: 10000;
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
}
.a-player a {
color: var(--highlight-color-2);
@ -8854,7 +8855,6 @@ preview-header:not(.no-cover) .preview-card-headings .heading {
height: 3.75em !important;
border-top: 1px hsl(0deg, 0%, 71%) solid;
background: var(--player-bar-bg);
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
}
.a-player-bar > * {
height: 100%;

View File

@ -995,6 +995,7 @@ nav li {
//-- player
.a-player {
z-index: 10000;
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
a { color: var(--highlight-color-2); }
}
@ -1039,7 +1040,6 @@ nav li {
border-top: 1px $grey-light solid;
background: var(--player-bar-bg);
box-shadow: 0em -0.5em 0.5em rgba(0, 0, 0, 0.05);
> * { height: 100%; }