no label gradient and shadow albums
This commit is contained in:
parent
5b0a7124a8
commit
e7f84a4076
1 changed files with 8 additions and 2 deletions
|
@ -93,13 +93,14 @@ gridview.albums child image {
|
||||||
|
|
||||||
.album-carousel listview row image {
|
.album-carousel listview row image {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.album-carousel .labels {
|
.album-carousel .labels {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#seek-scale trough, .album-carousel .labels {
|
#seek-scale trough {
|
||||||
/* sort of adjusted rotation of the toolbarview idk */
|
/* sort of adjusted rotation of the toolbarview idk */
|
||||||
background:
|
background:
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
|
@ -112,7 +113,12 @@ gridview.albums child image {
|
||||||
oklch(from var(--background-color-1) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.15) 10%,
|
oklch(from var(--background-color-1) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.15) 10%,
|
||||||
oklch(from var(--background-color-2) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.06) 70%
|
oklch(from var(--background-color-2) calc(l * 1.15) calc(c * 0.85) calc(h - 30) / 0.06) 70%
|
||||||
);
|
);
|
||||||
box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px;
|
box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.album-carousel .labels {
|
||||||
|
background: linear-gradient(0deg, oklch(0 0 0 / 0.35));
|
||||||
|
box-shadow: oklch(0 0 0 / 0.25) 0px 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.album-carousel .labels:hover {
|
.album-carousel .labels:hover {
|
||||||
|
|
Loading…
Reference in a new issue