fix muted notes not filling their container

This commit is contained in:
Hazelnoot 2025-09-12 14:42:23 -04:00
parent b3428480de
commit 641180fb2f

View file

@ -152,6 +152,9 @@ defineExpose({
text-align: center; text-align: center;
opacity: 0.7; opacity: 0.7;
cursor: pointer; cursor: pointer;
// Without this, the mute placeholder collapses weirdly when the note is rendered in a flax container.
flex: 1;
} }
.muted:hover { .muted:hover {