mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +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
|
||||
body[dir="rtl"] #menu-control:checked + main {
|
||||
body[dir="rtl"] #menu-control:checked ~ main {
|
||||
.book-menu .book-menu-content {
|
||||
transform: translateX(-$menu-width);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user