This is an automated email from the ASF dual-hosted git repository.
dweeks pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/latest by this push:
new cb8ab3c4 Fix media query for sidenav hamburger
new ee520f32 Merge pull request #141 from samredai/hamburger
cb8ab3c4 is described below
commit cb8ab3c44d80dd97c9fbfaf577e9e61bbcc00d94
Author: samredai <[email protected]>
AuthorDate: Wed Aug 17 16:55:47 2022 -0700
Fix media query for sidenav hamburger
---
iceberg-theme/static/css/iceberg-theme.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/iceberg-theme/static/css/iceberg-theme.css
b/iceberg-theme/static/css/iceberg-theme.css
index 43dcf586..62462d22 100644
--- a/iceberg-theme/static/css/iceberg-theme.css
+++ b/iceberg-theme/static/css/iceberg-theme.css
@@ -372,6 +372,10 @@ i.fa.fa-chevron-down {
@media screen and (max-width: 1280px) {
div.sidebar { display: none; } /* Hide the sidebar if the page is less
than 1280px */
+ .navbar-toggle {
+ display: block;
+ margin-left: 15px;
+ }
}
/* Style for the hint shortcode */