mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Mobile top nav: lang dropdown, docs columns, polish
This commit is contained in:
@@ -18,12 +18,8 @@ $(document).ready(function() {
|
||||
// Code to make other menu items hide on mobile when we expand one
|
||||
$("#topnav-pages .dropdown").on("show.bs.dropdown", (evt) => {
|
||||
$("#top-main-nav").addClass("submenu-expanded")
|
||||
// $("#topnav-pages .dropdown:not(.show) .dropdown-toggle").hide()
|
||||
// $("#topnav-search").hide()
|
||||
})
|
||||
$("#topnav-pages .dropdown").on("hidden.bs.dropdown", (evt) => {
|
||||
$("#top-main-nav").removeClass("submenu-expanded")
|
||||
// $("#topnav-pages .dropdown .dropdown-toggle").show()
|
||||
// $("#topnav-search").show()
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user