diff --git a/docs/css/style(1).css b/docs/css/style(1).css index c96e68a9..eecd583c 100644 --- a/docs/css/style(1).css +++ b/docs/css/style(1).css @@ -741,18 +741,19 @@ } #mega-menu-wrap-header-menu { clear: both; - /** width in pixels or percent **/ + /** width in pixels or percent **/ width: 100%; /** center align menu **/ margin: 0 auto; } /** Tuesday 28th of June 2016 06:04:01 PM **/ -/** Custom for fixed Armbian navbar in large windows when using readthedocs theme **/ +/** Custom for fixed Armbian navbar in wide windows (768px as per readthedocs theme) **/ @media screen and (min-width: 769px) { #mega-menu-wrap-header-menu { position:fixed; + width: -moz-calc(100% - 300px); + width: -webkit-calc(100% - 300px); + width: calc(100% - 300px); } } - - diff --git a/readthedocs_custom/armbian-navbar.html b/readthedocs_custom/armbian-navbar.html index 8742b26d..ef585004 100644 --- a/readthedocs_custom/armbian-navbar.html +++ b/readthedocs_custom/armbian-navbar.html @@ -1,4 +1,4 @@ -