|
@@ -48,14 +48,14 @@
|
|
|
|
|
|
<div slot="content">
|
|
|
<DropdownMenu.Content
|
|
|
- class="w-full max-w-[170px] rounded-xl px-1 py-1.5 border border-gray-100 dark:border-gray-800 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-sm"
|
|
|
+ class="w-full max-w-[170px] rounded-2xl p-1 border border-gray-100 dark:border-gray-800 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg"
|
|
|
sideOffset={-2}
|
|
|
side="bottom"
|
|
|
align="start"
|
|
|
transition={flyAndScale}
|
|
|
>
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
hideHandler();
|
|
|
}}
|
|
@@ -107,7 +107,7 @@
|
|
|
</DropdownMenu.Item>
|
|
|
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
copyLinkHandler();
|
|
|
}}
|
|
@@ -119,7 +119,7 @@
|
|
|
|
|
|
{#if $config?.features.enable_community_sharing}
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
shareHandler();
|
|
|
}}
|
|
@@ -130,7 +130,7 @@
|
|
|
{/if}
|
|
|
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
cloneHandler();
|
|
|
}}
|
|
@@ -141,7 +141,7 @@
|
|
|
</DropdownMenu.Item>
|
|
|
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
exportHandler();
|
|
|
}}
|
|
@@ -151,10 +151,10 @@
|
|
|
<div class="flex items-center">{$i18n.t('Export')}</div>
|
|
|
</DropdownMenu.Item>
|
|
|
|
|
|
- <hr class="border-gray-100 dark:border-gray-850 my-1" />
|
|
|
+ <hr class="border-gray-50 dark:border-gray-800 my-1" />
|
|
|
|
|
|
<DropdownMenu.Item
|
|
|
- class="flex gap-2 items-center px-3 py-1.5 text-sm font-medium cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
|
|
|
+ class="flex gap-2 items-center px-3 py-1.5 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-xl"
|
|
|
on:click={() => {
|
|
|
deleteHandler();
|
|
|
}}
|