Merge pull request #22495 from sarahsanders-docker/fix-page-options

fix: hide page options on mobile
This commit is contained in:
Sarah Sanders 2025-04-25 12:11:09 -04:00 committed by GitHub
commit c70aa9c666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
</div>
{{ .Content }}
</article>
<span class="ml-auto md-dropdown">
<div class="hidden lg:block ml-auto md-dropdown">
{{ partial "md-dropdown.html" . }}
</span>
</div>
<div class="-mr-8 -mt-8 hidden min-w-52 flex-1 lg:block">
{{ partial "aside.html" . }}
</div>