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
|
@ -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