fix: classnames

This commit is contained in:
Timothy J. Baek 2024-02-15 00:36:17 -08:00
parent 27ae4d0d82
commit 6603a40b4a
2 changed files with 4 additions and 5 deletions

View file

@ -72,10 +72,9 @@
class=" fixed py-2.5 top-0 flex flex-row justify-center bg-white/95 dark:bg-gray-900/90 dark:text-gray-200 backdrop-blur-xl w-screen z-30" class=" fixed py-2.5 top-0 flex flex-row justify-center bg-white/95 dark:bg-gray-900/90 dark:text-gray-200 backdrop-blur-xl w-screen z-30"
> >
<div <div
class=" flex class=" flex {$settings?.fullScreenMode ?? null
? 'max-w-full'
{$settings?.fullScreenMode ?? null ? 'max-w-full' : 'max-w-3xl'} : 'max-w-3xl'} w-full mx-auto px-3"
w-full mx-auto px-3"
> >
<div class="flex items-center w-full max-w-full"> <div class="flex items-center w-full max-w-full">
<div class="pr-2 self-start"> <div class="pr-2 self-start">