[enhancements]: fix carousel, full screen metadata improvements (#524)

* fix carousel, full screen metadata improvements

* Add missing mapped keys on multiple artist

* Remove bg opacity on metadata section

* Improve visibility of currently playing song

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
Kendall Garner
2024-03-05 02:53:00 +00:00
committed by GitHub
parent 742cef3d81
commit a45e7f24e4
4 changed files with 89 additions and 72 deletions
+10
View File
@@ -121,4 +121,14 @@ body[data-theme='defaultLight'] {
.ag-root ::-webkit-scrollbar-thumb {
background: var(--scrollbar-thumb-bg);
}
.current-song {
background: var(--table-row-hover-bg);
box-shadow: inset 0 0 0 100vmax rgba(255, 255, 255, 0.3);
.current-song-child {
color: var(--primary-color) !important;
font-weight: 800;
}
}
}