Styles...
This commit is contained in:
@@ -85,6 +85,7 @@ max-w-max -->
|
||||
<section
|
||||
class="
|
||||
absolute bottom-6 right-0
|
||||
hidden-print
|
||||
|
||||
w-min
|
||||
max-w-md
|
||||
@@ -107,9 +108,9 @@ max-w-max -->
|
||||
hover:border-blue-500 hover:dark:border-blue-500
|
||||
|
||||
transition-all
|
||||
transition-delay-1000
|
||||
transition-duration-1000
|
||||
ease-in
|
||||
delay-500 hover:delay-200
|
||||
duration-500 hover:duration-200
|
||||
ease-in-out
|
||||
"
|
||||
class:top-0={$ae_loc?.app_cfg?.show_element__menu & 1 == 3}
|
||||
class:w-full={$ae_loc?.app_cfg?.show_element__menu}
|
||||
@@ -125,14 +126,11 @@ max-w-max -->
|
||||
class:border-green-200={$ae_loc?.show_element__menu}
|
||||
class:dark:border-green-800={$ae_loc?.show_element__menu}
|
||||
class="
|
||||
hidden-print
|
||||
flex flex-col items-end justify-end
|
||||
gap-1
|
||||
transition-all
|
||||
transition-delay-1000
|
||||
transition-duration-1000
|
||||
ease-in
|
||||
overflow-y-auto
|
||||
|
||||
overflow-y-auto
|
||||
p-1
|
||||
|
||||
bg-white/10 dark:dark-gray-800/10
|
||||
@@ -144,6 +142,11 @@ max-w-max -->
|
||||
|
||||
opacity-50
|
||||
hover:opacity-100
|
||||
|
||||
transition-all
|
||||
delay-1000 hover:delay-500
|
||||
duration-200 hover:duration-200
|
||||
ease-in-out
|
||||
"
|
||||
>
|
||||
|
||||
@@ -404,13 +407,15 @@ max-w-max -->
|
||||
|
||||
min-w-48
|
||||
|
||||
|
||||
border border-gray-200 dark:border-gray-700
|
||||
rounded-lg
|
||||
px-1 py-2
|
||||
|
||||
duration-100 delay-1000 hover:delay-100 hover:ease-out
|
||||
transition hover:transition-all
|
||||
transition-all
|
||||
delay-1000 hover:delay-100
|
||||
duration-100 hover:duration-200
|
||||
ease-in-out
|
||||
|
||||
z-20 hover:z-30
|
||||
"
|
||||
class:hidden={!$ae_loc?.app_cfg?.show_element__menu}
|
||||
|
||||
@@ -2167,7 +2167,7 @@ tabindex={$ae_loc.edit_mode ? 0 : -1} -->
|
||||
btn btn-sm md:btn-md lg:btn-lg
|
||||
min-w-24 w-full lg:min-w-32
|
||||
max-w-40
|
||||
variant-ghost-surface
|
||||
variant-ghost-warning
|
||||
hover:variant-outline-success
|
||||
hover:variant-filled-success
|
||||
fixed top-96 md:top-72 right-6
|
||||
|
||||
@@ -435,8 +435,11 @@ $effect(() => {
|
||||
shadow-lg rounded-lg
|
||||
border border-gray-200 dark:border-gray-700
|
||||
text-wrap text-sm font-mono whitespace-pre-wrap
|
||||
delay-1000 duration-300 hover:delay-1000 hover:duration-300 transition-all hover:transition-all ease-out
|
||||
hover:z-10
|
||||
transition-all
|
||||
delay-1000 hover:delay-1000 active:delay-100
|
||||
duration-1000 hover:duration-200 active:duration-200
|
||||
ease-in-out
|
||||
active:z-10
|
||||
hover:bg-blue-100 hover:border-blue-500 dark:hover:border-blue-500
|
||||
overflow-scroll
|
||||
{$journals_slct.journal_obj.cfg_json.entry_li_max_height ? `${$journals_slct.journal_obj.cfg_json.entry_li_max_height}` : ''}
|
||||
|
||||
Reference in New Issue
Block a user