Merge pull request #22462 from sarahsanders-docker/fix-llms

fix: move llms page options out of title
This commit is contained in:
Sarah Sanders 2025-04-23 09:32:57 -04:00 committed by GitHub
parent 0c89cc7413
commit e2f2680e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
"-mt-0.5",
"-mt-4",
"-mt-8",
"-top-16",
"-v",
"-z-10",
".NET",

View File

@ -3,9 +3,6 @@
{{ partial "breadcrumbs.html" . }}
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
<span>{{ .Title }}</span>
<span class="ml-auto md-dropdown">
{{ partial "md-dropdown.html" . }}
</span>
</h1>
<div class="block lg:hidden">
@ -14,6 +11,9 @@
</div>
{{ .Content }}
</article>
<span class="ml-auto md-dropdown">
{{ partial "md-dropdown.html" . }}
</span>
<div class="-mr-8 -mt-8 hidden min-w-52 flex-1 lg:block">
{{ partial "aside.html" . }}
</div>