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

This commit is contained in:
Johann Hubert Sonntagbauer 2020-08-14 20:08:27 +02:00 committed by GitHub
parent 14317c2232
commit 009eba6315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;