Merge remote-tracking branch 'upstream/main' into patch-current-playlist-fix

This commit is contained in:
Denevola 2022-09-17 16:54:25 +09:00
commit d9e57ffbc0
8 changed files with 351 additions and 2 deletions

View file

@ -113,7 +113,7 @@ onMounted(() => {
span.content {
padding: 1rem;
flex-direction: column;
align-items: initial;
align-items: flex-start;
flex-basis: calc(calc(100% - 120px) - 4rem);
}
span.bi-three-dots-vertical {