fix: "Own songs only" style when header is collapsed

This commit is contained in:
Phan An 2024-01-12 00:11:29 +01:00
parent 79f6efa6ad
commit 1f9f053c0d

View file

@ -152,5 +152,10 @@ onScreenActivated('Songs', async () => {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
.collapsed & {
width: auto;
}
}
</style>