mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Fix #308
This commit is contained in:
parent
dc27eeba8a
commit
d46bf5d8ce
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
align-content: flex-start;
|
||||
|
||||
.item {
|
||||
align-self: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin artist-album-card() {
|
||||
|
|
Loading…
Add table
Reference in a new issue