Fix album art styling

This commit is contained in:
Sijmen 2023-04-27 15:41:12 +02:00
parent f999c484c9
commit eb834b02a8
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 7 additions and 9 deletions

View File

@ -96,12 +96,6 @@ ul.dir li {
align-items: center; align-items: center;
} }
ul.dir li img {
width: 48px;
height: 48px;
object-fit: cover;
}
ul.dir li:hover { ul.dir li:hover {
background-color: #334; background-color: #334;
} }
@ -117,13 +111,18 @@ ul.dir li .material-symbols-outlined {
.albumart { .albumart {
border-radius: 0.25rem; border-radius: 0.25rem;
background-color: #445;
width: 48px;
height: 48px;
} }
.queue .albumart { .queue .albumart {
margin: 0.75rem; margin: 0.75rem;
margin-left: 0; margin-left: 0;
width: 48px; }
height: 48px;
.browser .albumart {
margin-right: 0.75rem;
} }
.albumart img { .albumart img {
@ -166,7 +165,6 @@ ul.dir li .material-symbols-outlined {
.nowplaying .albumart { .nowplaying .albumart {
margin-right: 1.0rem; margin-right: 1.0rem;
background-color: #445;
width: 80px; width: 80px;
height: 80px; height: 80px;
transition: transform 200ms ease-in-out; transition: transform 200ms ease-in-out;