I think things are scrolling better. Other style clean up for dark mode.
This commit is contained in:
@@ -102,7 +102,7 @@ max-w-max -->
|
||||
|
||||
text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg
|
||||
|
||||
bg-blue-200/50
|
||||
bg-blue-200/90
|
||||
|
||||
border-2 rounded-lg
|
||||
border-blue-300/20 dark:border-blue-700/20
|
||||
@@ -422,7 +422,7 @@ max-w-max -->
|
||||
preset-filled-tertiary-400-600
|
||||
preset-outlined-tertiary-400-600
|
||||
hover:preset-filled-success active:preset-filled-success
|
||||
px-2 py-1
|
||||
px-1 py-1
|
||||
min-w-22 md:min-w-30 w-full max-w-fit
|
||||
transition-all group
|
||||
"
|
||||
@@ -463,15 +463,12 @@ max-w-max -->
|
||||
<!-- <span class=""> -->
|
||||
{#if expand}
|
||||
<CircleX class="m-1 inline-block" />
|
||||
<span class="hidden group-hover:inline-block">
|
||||
Menu
|
||||
</span>
|
||||
{:else}
|
||||
<Menu class="m-1 inline-block" />
|
||||
<span class="text-xs hidden group-hover:inline-block">
|
||||
Menu
|
||||
</span>
|
||||
{/if}
|
||||
<span class="text-xs hidden group-hover:inline-block">
|
||||
Menu
|
||||
</span>
|
||||
<!-- </span> -->
|
||||
</button>
|
||||
<!-- </div> -->
|
||||
|
||||
Reference in New Issue
Block a user