Finální podoba frontendu korekturovátka? #92

Merged
zelvuska merged 19 commits from korekturovatko into master 2025-06-04 18:54:56 +02:00
Showing only changes of commit ec00d7acd3 - Show all commits

View file

@ -126,6 +126,7 @@
); // FIXME nemám páru, proč +VERTIKALNI_MEZERA funguje, ale opravuje to bug, že nově vytvořené korektury za sebou neměly mezeru
}
this.htmlElement_div.style.height = "unset";
if (this.htmlElement_div.offsetHeight < spodek_posledni_korektury)
this.htmlElement_div.style.height = spodek_posledni_korektury;
}