+
{{- $showPrevNext := (and (not .Params.disableNextPrev) (not .Site.Params.disableNextPrev)) }}
{{- if and (or (eq $outputFormat "html") (eq $outputFormat "searchpage")) $showPrevNext }}
{{- $startarrow := "🡐" }}
@@ -129,8 +129,8 @@
"title" (printf "%s (CTRL+ALT+w)" (T "Edit-this-page"))
)}}
{{- end }}
-
-
+
+
{{- partial "topbar-button.html" (dict
"page" $page
"class" "topbar-sidebar"
@@ -162,7 +162,7 @@
{{ .Title }}
{{- end }}
-
+
{{- if $toc }}
{{ $toc_content }}
{{- end }}
diff --git a/static/css/theme.css b/static/css/theme.css
index 97b5d08ddb..4cc4056d5e 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1020,9 +1020,13 @@ html[dir="rtl"] .topbar-left .topbar-button {
background-color: transparent;
}
+#body .topbar-right {
+ display: inline;
+}
#body .topbar-left {
border-inline-start-style: solid;
border-inline-start-width: 1px;
+ display: inline;
float: left;
height: auto;
margin-bottom: 0;