Last comment on letter+ FIX marginal issue + vite build options

This commit is contained in:
Simon Martens
2024-01-27 00:30:28 +01:00
parent d1994ad9fb
commit cc740d6150
5 changed files with 95 additions and 69 deletions

View File

@@ -58,7 +58,7 @@
}
.ha-text .ha-marginalbox {
@apply bg-slate-50 dark:bg-slate-900
@apply bg-slate-50 dark:bg-slate-900 duration-200
}
.ha-text .ha-marginalbox.ha-expanded-box .ha-marginallist {
@@ -172,7 +172,7 @@
}
.ha-text .ha-marginalbox {
@apply hidden overflow-hidden select-none hover:select-auto hyphenate pl-1 md:inline-block absolute left-full ml-6 desktop:ml-10 mt-1 w-[16rem] desktop:w-[28rem] text-sm leading-tight rounded-sm font-sans
@apply hidden whitespace-normal overflow-hidden select-none hover:select-auto hyphenate pl-1 md:inline-block absolute left-full ml-6 desktop:ml-10 mt-1 w-[16rem] desktop:w-[28rem] text-sm leading-tight rounded-sm font-sans
}
.ha-text .ha-marginalbox .ha-marginallist {