Handle recursive quotes
This commit is contained in:
parent
d72486f3e4
commit
d22079cf73
6 changed files with 73 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue