mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
Fix menu not working in RTL menu (#349)
This commit is contained in:
parent
4540d66e3b
commit
379e311d7e
@ -382,7 +382,7 @@ ul.pagination {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//for RTL support
|
//for RTL support
|
||||||
body[dir="rtl"] #menu-control:checked + main {
|
body[dir="rtl"] #menu-control:checked ~ main {
|
||||||
.book-menu .book-menu-content {
|
.book-menu .book-menu-content {
|
||||||
transform: translateX(-$menu-width);
|
transform: translateX(-$menu-width);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user