mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix: added flex shrink to message reply
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user