Skip to content

Commit

Permalink
kor. aperigon de referenc-dlg
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiestel committed Mar 9, 2024
1 parent 6961af9 commit 7126115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jsc/a/artikolo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export namespace artikolo {
])[0];
}
if (dlg) {
pied.prepend(dlg);
document.body.append(dlg);
// reagoj al butonoj [fermu] kaj [kopiu]
const fermu = document.getElementById('dlg_ref_fermu');
fermu.addEventListener("click", () => {
Expand Down
5 changes: 5 additions & 0 deletions stl/artikoloj.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,11 @@ dt.pli, .ekz.pli, a.pli {
font-size: 100% /* 100% = pli malgranda ol apriore */
}

#dlg_referenco {
width: fit-content;
bottom: 3em;
}



#w\:ix_literoj {
Expand Down

0 comments on commit 7126115

Please sign in to comment.