mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
BUGFIX, Marginalien, .mjs files in tailwind
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
@@ -176,7 +176,7 @@ const startup_marginals = function () {
|
||||
const resetall = function () {
|
||||
clearcollapsedboxes();
|
||||
marginalboxwidthset();
|
||||
collapseboxes();
|
||||
startup_marginals();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user