mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix: Small fixes for RTL items
This commit is contained in:
parent
e27f1bf9d6
commit
e016c71db2
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ export const TipBase = styled.div`
|
|||
|
||||
svg {
|
||||
flex-shrink: 0;
|
||||
margin-right: 10px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ const VoiceBase = styled.div`
|
|||
user-select: none;
|
||||
|
||||
svg {
|
||||
margin-right: 4px;
|
||||
margin-inline-end: 4px;
|
||||
cursor: help;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue