Merge pull request #19040 from Scroody/talking-indicador-margin

Fix: Talking indicador too close from user list button
This commit is contained in:
Ramón Souza 2023-10-31 09:43:33 -03:00 committed by GitHub
commit 117690d892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,7 @@ const IsTalkingWrapper = styled.div`
flex-direction: row;
position: relative;
overflow: hidden;
margin-top: 0.5rem;
`;
const Speaking = styled.div`