mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Fix message reply overflow.
Add opera icon to sessions.
This commit is contained in:
@@ -29,6 +29,7 @@ export const ReplyBase = styled.div<{
|
||||
preview?: boolean;
|
||||
}>`
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
margin-inline-start: 30px;
|
||||
margin-inline-end: 12px;
|
||||
@@ -45,10 +46,11 @@ export const ReplyBase = styled.div<{
|
||||
}
|
||||
|
||||
.user {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
font-weight: 600;
|
||||
overflow: visible;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
|
||||
Reference in New Issue
Block a user