|
@@ -30,7 +30,7 @@
|
|
|
|
|
|
<slot name="content">
|
|
|
<DropdownMenu.Content
|
|
|
- class="w-full {className} text-sm rounded-xl px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-850 dark:text-white shadow font-primary"
|
|
|
+ class="w-full {className} text-sm rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-xl font-primary"
|
|
|
sideOffset={8}
|
|
|
side="bottom"
|
|
|
align="start"
|
|
@@ -68,7 +68,7 @@
|
|
|
/>
|
|
|
</svg>
|
|
|
</div>
|
|
|
- <div class=" self-center font-medium">{$i18n.t('Settings')}</div>
|
|
|
+ <div class=" self-center">{$i18n.t('Settings')}</div>
|
|
|
</button>
|
|
|
|
|
|
<button
|
|
@@ -85,7 +85,7 @@
|
|
|
<div class=" self-center mr-3">
|
|
|
<ArchiveBox className="size-5" strokeWidth="1.5" />
|
|
|
</div>
|
|
|
- <div class=" self-center font-medium">{$i18n.t('Archived Chats')}</div>
|
|
|
+ <div class=" self-center">{$i18n.t('Archived Chats')}</div>
|
|
|
</button>
|
|
|
|
|
|
{#if role === 'admin'}
|
|
@@ -116,7 +116,7 @@
|
|
|
/>
|
|
|
</svg>
|
|
|
</div>
|
|
|
- <div class=" self-center font-medium">{$i18n.t('Playground')}</div>
|
|
|
+ <div class=" self-center">{$i18n.t('Playground')}</div>
|
|
|
</button>
|
|
|
|
|
|
<button
|
|
@@ -146,7 +146,7 @@
|
|
|
/>
|
|
|
</svg>
|
|
|
</div>
|
|
|
- <div class=" self-center font-medium">{$i18n.t('Admin Panel')}</div>
|
|
|
+ <div class=" self-center">{$i18n.t('Admin Panel')}</div>
|
|
|
</button>
|
|
|
{/if}
|
|
|
|
|
@@ -179,7 +179,7 @@
|
|
|
/>
|
|
|
</svg>
|
|
|
</div>
|
|
|
- <div class=" self-center font-medium">{$i18n.t('Sign Out')}</div>
|
|
|
+ <div class=" self-center">{$i18n.t('Sign Out')}</div>
|
|
|
</button>
|
|
|
|
|
|
{#if $activeUserCount}
|
|
@@ -201,7 +201,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class=" ">
|
|
|
- <span class=" font-medium">
|
|
|
+ <span class="">
|
|
|
{$i18n.t('Active Users')}:
|
|
|
</span>
|
|
|
<span class=" font-semibold">
|
|
@@ -212,7 +212,7 @@
|
|
|
</Tooltip>
|
|
|
{/if}
|
|
|
|
|
|
- <!-- <DropdownMenu.Item class="flex items-center px-3 py-2 text-sm font-medium">
|
|
|
+ <!-- <DropdownMenu.Item class="flex items-center px-3 py-2 text-sm ">
|
|
|
<div class="flex items-center">Profile</div>
|
|
|
</DropdownMenu.Item> -->
|
|
|
</DropdownMenu.Content>
|