fix: wrong scaling in notifications container

This commit is contained in:
Insert5StarName 2023-10-15 19:25:36 +02:00
parent 18f7067103
commit a977d4316d
2 changed files with 10 additions and 3 deletions

View file

@ -448,6 +448,13 @@ if (props.detail) {
color: var(--fgHighlighted);
}
}
@container (max-width: 400px) {
.noteFooterButton {
&:not(:last-child) {
margin-right: 0.7em;
}
}
}
.noteFooterButtonCount {
display: inline;