some quick UI fixes for mobile users
This commit is contained in:
parent
19d76ebc47
commit
dc619821bd
3 changed files with 31 additions and 6 deletions
|
@ -140,7 +140,7 @@ a.delete {
|
|||
|
||||
.release-artwork {
|
||||
width: 64px;
|
||||
height: min-content;
|
||||
height: 64px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue