1
0

fix(ui): increase setting page width

This commit is contained in:
TAKAHASHI Shuuji 2024-04-20 18:24:53 +09:00
parent 1eaaa6ce9a
commit e8e01cb94f
No known key found for this signature in database
GPG Key ID: F15C887632129F5E

View File

@ -50,7 +50,7 @@ const isGrayscale = usePreferences('grayscaleMode')
</slot>
</div>
</aside>
<div w-full min-h-screen :class="isHydrated && wideLayout ? 'xl:w-full sm:w-600px' : 'sm:w-600px md:shrink-0'" border-base>
<div w-full min-h-screen :class="isHydrated && wideLayout ? 'xl:w-full sm:w-700px' : 'sm:w-600px md:shrink-0'" border-base>
<div min-h="[calc(100vh-3.5rem)]" sm:min-h-screen>
<slot />
</div>