change position to RTL languages

This commit is contained in:
gabriellpr 2022-05-02 14:56:30 -03:00
parent 15eb6c9980
commit efd45f2e76
2 changed files with 5 additions and 5 deletions

View File

@ -103,6 +103,11 @@ const ButtonsWrapper = styled.div`
bottom: 0;
top: 0;
display: flex;
[dir="rtl"] & {
right: 0;
left : auto;
}
`;
export default {

View File

@ -8,11 +8,6 @@ const Wrapper = styled.div`
border: 0;
z-index: 2;
margin: 2px;
[dir="rtl"] & {
right: 0;
left : auto;
}
`;
const ReloadButton = styled(Button)`