feat: search back to the right (#2071)

This commit is contained in:
patak 2023-05-06 17:49:15 +02:00 committed by GitHub
parent c9265028d2
commit 126cd4d535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -62,6 +62,7 @@ const isGrayscale = usePreferences('grayscaleMode')
<aside v-if="isHydrated && !wideLayout" class="hidden lg:w-1/5 xl:w-1/4 sm:none xl:block native:w-full zen-hide">
<div sticky top-0 h-100dvh flex="~ col" gap-2 py3 ms-2>
<slot name="right">
<SearchWidget mt-4 mx-1 hidden xl:block />
<div flex-auto />
<PwaPrompt />