change position to RTL languages
This commit is contained in:
parent
15eb6c9980
commit
efd45f2e76
@ -103,6 +103,11 @@ const ButtonsWrapper = styled.div`
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
display: flex;
|
||||
|
||||
[dir="rtl"] & {
|
||||
right: 0;
|
||||
left : auto;
|
||||
}
|
||||
`;
|
||||
|
||||
export default {
|
||||
|
@ -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)`
|
||||
|
Loading…
Reference in New Issue
Block a user