|
@@ -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
|
|
|
|
-
|
|
|
|
- {$settings?.fullScreenMode ?? null ? 'max-w-full' : 'max-w-3xl'}
|
|
|
|
- w-full mx-auto px-3"
|
|
|
|
|
|
+ class=" flex {$settings?.fullScreenMode ?? null
|
|
|
|
+ ? 'max-w-full'
|
|
|
|
+ : 'max-w-3xl'} 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">
|