mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Did a few thinng to fi x small bugs (see readme changes)
This commit is contained in:
@@ -123,16 +123,19 @@
|
||||
@apply italic
|
||||
}
|
||||
|
||||
.ha-sup,
|
||||
.ha-sup *:not(.ha-linecount *, .ha-linecount, .ha-marginalbox *, .ha-marginalbox, .ha-marginal, .ha-marginal *, .ha-btn-collapsed-box) {
|
||||
@apply relative -top-[0.3em] text-[80%]
|
||||
}
|
||||
|
||||
/* TODO: Something dooesnt work here */
|
||||
.ha-super {
|
||||
.ha-super,
|
||||
.ha-super *:not(.ha-linecount *, .ha-linecount, .ha-marginalbox *, .ha-marginalbox, .ha-marginal, .ha-marginal *, .ha-btn-collapsed-box) {
|
||||
@apply numeric-normal relative text-xs leading-none align-baseline -top-[0.3em]
|
||||
}
|
||||
|
||||
.ha-sub {
|
||||
.ha-sub,
|
||||
.ha-sub *:not(.ha-linecount *, .ha-linecount, .ha-marginalbox *, .ha-marginalbox, .ha-marginal, .ha-marginal *, .ha-btn-collapsed-box) {
|
||||
@apply relative text-xs leading-none align-baseline -bottom-[0.25em]
|
||||
}
|
||||
|
||||
@@ -160,7 +163,7 @@
|
||||
}
|
||||
|
||||
.ha-aligncenter {
|
||||
@apply absolute left-1/2 whitespace-nowrap -translate-x-1/2
|
||||
@apply absolute left-[45%] whitespace-nowrap -translate-x-1/2
|
||||
}
|
||||
|
||||
.ha-lineline {
|
||||
@@ -171,6 +174,10 @@
|
||||
@apply inline-block ml-6
|
||||
}
|
||||
|
||||
.ha-letlink {
|
||||
@apply caps-allpetite
|
||||
}
|
||||
|
||||
/* Classes for indents */
|
||||
.ha-indent-1 {
|
||||
@apply pl-2 sm:pl-4
|
||||
@@ -210,6 +217,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ha-insertion::before {
|
||||
content: "\2E02";
|
||||
}
|
||||
|
||||
.ha-insertion::after {
|
||||
content: "\2E03";
|
||||
}
|
||||
|
||||
.ha-nr::before {
|
||||
content: " \200E\25E6";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user