mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: "Own songs only" style when header is collapsed
This commit is contained in:
parent
79f6efa6ad
commit
1f9f053c0d
1 changed files with 5 additions and 0 deletions
|
@ -152,5 +152,10 @@ onScreenActivated('Songs', async () => {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
||||
.collapsed & {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue