#132 | #121: backoffice / dev-1.0-121 #131

Merged
thomas merged 151 commits from dev-1.0-121 into develop-1.0 2024-04-28 20:02:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1de9548111 - Show all commits

View File

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

View File

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