mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed 2nd level navigation spacing on dir=rtl for screen
This commit is contained in:
parent
4f2fc18fbd
commit
cd74147fca
@ -182,9 +182,9 @@
|
|||||||
max-height: initial;
|
max-height: initial;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
// Remove left spacing on 2nd level items
|
// Remove spacing on 2nd level items
|
||||||
> .md-nav__list > .md-nav__item {
|
> .md-nav__list > .md-nav__item {
|
||||||
padding-left: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide titles from 2nd level on
|
// Hide titles from 2nd level on
|
||||||
|
Loading…
Reference in New Issue
Block a user