mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed incorrect spacing for right-to-left languages
This commit is contained in:
parent
e425b99362
commit
1809b6c013
2
material/assets/stylesheets/main.2ec5b002.min.css
vendored
Normal file
2
material/assets/stylesheets/main.2ec5b002.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.2ec5b002.min.css.map
Normal file
1
material/assets/stylesheets/main.2ec5b002.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.76ff9fe5.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.2ec5b002.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
|
||||
|
@ -50,7 +50,6 @@
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
margin-right: px2rem(24px);
|
||||
margin-left: px2rem(16px);
|
||||
}
|
||||
}
|
||||
|
||||
@ -60,7 +59,6 @@
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
[dir="rtl"] & {
|
||||
margin-right: px2rem(16px);
|
||||
margin-left: px2rem(24px);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user