feat: Zoom controls are pushed to the right edge for Right-To-Left languages (#2021) (#2037)

pull/2039/head
Johann Hubert Sonntagbauer 5 years ago committed by GitHub
parent 14317c2232
commit 009eba6315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -262,9 +262,15 @@ button,
align-items: flex-start;
cursor: default;
pointer-events: none !important;
left: 0.25rem;
z-index: 100;
:root[dir="ltr"] & {
left: 0.25rem;
}
:root[dir="rtl"] & {
right: 0.25rem;
}
&--transition-left {
section {
width: 185px;

Loading…
Cancel
Save