BUGFIX, Marginalien, .mjs files in tailwind

This commit is contained in:
Simon Martens
2024-01-26 12:51:04 +01:00
parent 60a5aea613
commit 8ef9c95d24
9 changed files with 21 additions and 9 deletions

View File

@@ -172,7 +172,7 @@
}
.ha-text .ha-marginalbox {
@apply 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 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 {
@@ -196,6 +196,10 @@
@apply absolute left-full ml-4 desktop:ml-[1.7rem] hidden md:inline-block cursor-pointer leading-none mt-[0.2rem]
}
.ha-minwidth .ha-btn-collapsed-box {
@apply !-ml-2
}
.ha-defaulttab .ha-hands {
@apply ml-6 md:ml-16
}
@@ -316,4 +320,10 @@
.ha-additions .ha-edits .ha-editentries tr td:nth-of-type(2)::after {
content: "";
}
.ha-text::after {
content: "";
display: table;
clear: both;
}

File diff suppressed because one or more lines are too long

View File

@@ -169,7 +169,7 @@
}
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks {
@apply inline-block font-normal text-xs md:text-sm leading-snug font-sans caps-allpetite ml-2 mt-1
@apply inline-block font-normal text-xs md:text-sm leading-snug font-sans caps-allpetite ml-2 mt-1 overflow-hidden
}
.ha-register .ha-register-body .ha-comment .ha-commenthead .ha-letlinks::before {

View File

@@ -176,7 +176,7 @@ const startup_marginals = function () {
const resetall = function () {
clearcollapsedboxes();
marginalboxwidthset();
collapseboxes();
startup_marginals();
}