mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-13 18:59:22 -05:00
fix: added flex shrink to message reply
This commit is contained in:
parent
074057b481
commit
2c321bf0f1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export const ReplyBase = styled.div<{
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
flex-shrink: 0;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-inline-start: 2px solid var(--message-box);
|
border-inline-start: 2px solid var(--message-box);
|
||||||
|
|
Loading…
Reference in a new issue