fix: wrong scaling in notifications container
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user