This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5805228dd806 Fix issue in mobile layout where navbar wasn't accessible
5805228dd806 is described below
commit 5805228dd806f9945fca5410f5fad69cddcc8cf7
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Oct 25 15:16:53 2024 +0300
Fix issue in mobile layout where navbar wasn't accessible
- css classname has changed
---
src/css/navbar.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/css/navbar.css b/src/css/navbar.css
index 573cc7afacba..3bb3071eb600 100644
--- a/src/css/navbar.css
+++ b/src/css/navbar.css
@@ -249,7 +249,7 @@
right: 0.5rem !important;
}
- [class^="searchBox"] {
+ [class^="navbarSearchContainer_"] {
right: 3rem !important;
}