Toast and modal dialog CSS (WIP).

This commit is contained in:
Greg Burri 2025-04-26 01:50:37 +02:00
parent 9dccd553bc
commit 2d1aa4bdfd
5 changed files with 43 additions and 21 deletions

View file

@ -23,7 +23,9 @@
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<div id="toast"></div>
<div id="toasts">
<div id="toast"></div>
</div>
<dialog id="modal-dialog">
<div class="content"></div>