Styles...

This commit is contained in:
Scott Idem
2025-05-15 16:32:10 -04:00
parent e794a4c23a
commit 698459c207
3 changed files with 22 additions and 14 deletions

View File

@@ -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}` : ''}