website_next: part 9

This commit is contained in:
nym21
2026-07-08 11:24:52 +02:00
parent 15fbdc168f
commit a43b00c12c
48 changed files with 1756 additions and 1042 deletions
+1
View File
@@ -12,6 +12,7 @@ function closeOnBackdrop(event) {
* @param {HTMLElement} host
*/
export function openDialog(dialog, host) {
dialog.dataset.dialog = "";
host.append(dialog);
dialog.addEventListener("close", async () => {
await waitForTransition();
+1 -1
View File
@@ -1,4 +1,4 @@
dialog {
dialog[data-dialog] {
--dialog-space: 1.5rem;
color-scheme: light;