fix: added flex shrink to message reply

This commit is contained in:
trashtemp 2022-01-21 09:46:11 +01:00
parent 074057b481
commit 2c321bf0f1
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -40,6 +40,7 @@ export const ReplyBase = styled.div<{
&::before {
content: "";
flex-shrink: 0;
width: 22px;
height: 10px;
border-inline-start: 2px solid var(--message-box);