fix muted notes not filling their container
This commit is contained in:
parent
b3428480de
commit
641180fb2f
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ defineExpose({
|
|||
text-align: center;
|
||||
opacity: 0.7;
|
||||
cursor: pointer;
|
||||
|
||||
// Without this, the mute placeholder collapses weirdly when the note is rendered in a flax container.
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.muted:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue