some quick UI fixes for mobile users

This commit is contained in:
ari melody 2024-09-03 08:29:30 +01:00
parent 19d76ebc47
commit dc619821bd
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 31 additions and 6 deletions

View file

@ -140,7 +140,7 @@ a.delete {
.release-artwork {
width: 64px;
height: min-content;
height: 64px;
border-radius: 4px;
}

View file

@ -551,3 +551,14 @@ dialog div.dialog-actions {
#addtrack ul li.new-track:hover {
background: #e0e0e0;
}
@media only screen and (max-width: 1105px) {
#release {
flex-direction: column;
align-items: center;
}
.release-info {
width: auto;
}
}