mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fixes #325
This commit is contained in:
parent
2aa45bce03
commit
80900f17cb
2 changed files with 5 additions and 1 deletions
|
@ -165,6 +165,10 @@
|
|||
justify-content: center;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
span:first-child {
|
||||
flex: 0 0 28px;
|
||||
}
|
||||
}
|
||||
|
||||
> section {
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
@media only screen and(max-width: 768px) {
|
||||
flex: 0;
|
||||
flex: auto;
|
||||
width: 64px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue