Handle recursive quotes

This commit is contained in:
tusooa 2023-07-13 00:37:57 -04:00
commit d22079cf73
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 73 additions and 5 deletions

View file

@ -427,5 +427,17 @@
margin-top: 0.5em;
border: 1px solid var(--border, $fallback--border);
border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
&.-unavailable-prompt {
padding: 0.5em;
}
}
.display-quoted-status-button {
margin: 0.5em;
&-icon {
color: inherit;
}
}
}