This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch top-navbar-bis
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit 176f5b144990c66a8b06c9cc0c1cfa7e0ac3ade8
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Dec 5 22:44:08 2025 -0800

    Responsive point for top nav hamburger
---
 atr/static/css/atr.css | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index 0432a82..67486bc 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -412,6 +412,13 @@ aside.sidebar nav a:hover {
     display: none;
 }
 
+
+@media (width <= 990px) {
+    .dropdown-menu {
+       max-height: 40vh;
+    }
+}
+
 @media (width <= 768px) {
     .hamburger {
         display: block;
@@ -445,10 +452,6 @@ aside.sidebar nav a:hover {
         z-index: 101;
     }
 
-    .dropdown-menu {
-       max-height: 40vh;
-    }
-
     /* Show sidebar when checkbox is checked */
     .nav-toggle:checked ~ .sidebar {
         left: 0;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to