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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ec6a8613c :lipstick: nav and article menu upgrade (#2672)
7ec6a8613c is described below

commit 7ec6a8613c9ced1f3e3dcf1c80fb711672ae1769
Author: songxiaosheng <[email protected]>
AuthorDate: Fri Jun 16 17:47:40 2023 +0800

    :lipstick: nav and article menu upgrade (#2672)
---
 assets/scss/_custom.scss  | 8 ++++++++
 layouts/docs/baseof.html  | 2 ++
 layouts/partials/toc.html | 1 -
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss
index 54e8090444..e06b9d0f62 100755
--- a/assets/scss/_custom.scss
+++ b/assets/scss/_custom.scss
@@ -858,3 +858,11 @@ div.alert > em.javascript-required {
   min-height: 1.5em;
   margin: calc(max(4em, ( 8vh + 4em ) / 2)) 0 0.25em 0;
 }
+
+#td-sidebar-menu{
+  overflow: auto;
+  white-space: nowrap;
+}
+.td-page-meta a{
+  display: inline-block !important;
+}
\ No newline at end of file
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index e2cbe533b7..a4e96cce4a 100755
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -36,6 +36,8 @@
                   {{ partial "docs/thirdparty-disclaimer.html" . }}
                 {{- end -}}
               {{- end -}}
+            {{ partial "page-meta-links.html" . }}
+
 <!--            {{ if (and (not .Params.hide_feedback) 
(.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}-->
 <!--              {{ partial "feedback.html" .Site.Params.ui.feedback }}-->
 <!--            {{ end }}-->
diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html
index a57cad567b..cf77ace3ca 100755
--- a/layouts/partials/toc.html
+++ b/layouts/partials/toc.html
@@ -1,4 +1,3 @@
-{{ partial "page-meta-links.html" . }}
 {{ if not .Params.notoc }}
 {{ with .TableOfContents }}
 {{ if ge (len .) 100 }}

Reply via email to