mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-13 18:59:22 -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 {
|
svg {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 10px;
|
margin-inline-end: 10px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ const VoiceBase = styled.div`
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
margin-right: 4px;
|
margin-inline-end: 4px;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue