1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 12:22:15 +02:00

🔤 ui p14

This commit is contained in:
2025-03-15 12:08:57 +01:00
parent d54b6a65ef
commit 6d550a50ef
3 changed files with 13 additions and 57 deletions

View File

@ -70,6 +70,7 @@ styles.css`
background-color: var(--bg);
color: var(--text);
min-height: 200px;
height: 25em;
resize: vertical;
}

View File

@ -356,11 +356,12 @@ export function converter() {
"dd<el> Output",
el("div", { className: "button-group" }).append(
el("button", {
textContent: "Copy",
type: "button",
className: "copy-button",
title: "Copy to clipboard",
disabled: S(() => !ddeOutput.get())
}, onCopy).append("Copy")
}, onCopy)
)
),
el("textarea", {