refac
This commit is contained in:
@@ -493,11 +493,9 @@
|
||||
}}
|
||||
/>
|
||||
|
||||
{#if !$mobile}
|
||||
{#if !$mobile && !$showSidebar}
|
||||
<div
|
||||
class="{$showSidebar
|
||||
? 'hidden'
|
||||
: ''} py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
||||
class=" py-2 px-1.5 flex flex-col justify-between text-black dark:text-white h-full border-e border-gray-50 dark:border-gray-850 z-10"
|
||||
>
|
||||
<button
|
||||
class="flex flex-col flex-1 cursor-[e-resize]"
|
||||
|
||||
Reference in New Issue
Block a user