Fix gallery photo deletion gap and uncensor UI glitche.

This commit is contained in:
krek0 2026-05-11 14:24:35 +02:00
parent ed28d4a9c4
commit 72e9344102
4 changed files with 26 additions and 2 deletions

View file

@ -70,6 +70,7 @@
});
}
window.applyJustifiedLayout = applyLayout;
document.addEventListener('DOMContentLoaded', applyLayout);
window.addEventListener('resize', applyLayout);
})();