fix: css in mobile mode

This commit is contained in:
Wivik 2023-08-20 22:12:09 +02:00
parent 3f95a82c09
commit 2d7ce0021d
No known key found for this signature in database
GPG Key ID: 4C47CF1D8592D50F
3 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@ main.album-list {
}
.album-card {
background-position: top;
padding-left: 0;
padding-left: 0.1rem;
padding-top: 255px;
min-height: auto;
}
@ -208,6 +208,7 @@ a.album-artist:link, a.album-artist:visited {
border-bottom: 1px solid black;
text-transform: uppercase;
color: var(--link-color);
padding-left: 0.1rem;
}
a.album-artist:hover {

BIN
images/screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
images/tn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB