mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Adjusted dialog for right-to-left languages
This commit is contained in:
parent
2a63915a3e
commit
4f2fc18fbd
@ -47,6 +47,12 @@
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
right: initial;
|
||||
left: px2rem(16px);;
|
||||
}
|
||||
|
||||
// Show open dialog
|
||||
&[data-md-state="open"] {
|
||||
transform: translateY(0);
|
||||
|
Loading…
Reference in New Issue
Block a user