From 5ce4c1daefd0d54b3692a1650fce4c7d6e5e8b3b Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 22 Jan 2026 21:50:01 +0100 Subject: [PATCH] Adjust scratchpad css --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index c3f6dcb..30cc1e8 100644 --- a/style.css +++ b/style.css @@ -152,12 +152,18 @@ div.luxtools-scratchpad.is-editing .luxtools-scratchpad-bar { div.luxtools-scratchpad .luxtools-scratchpad-editor { margin-top: 0.4em; + width: 100%; + max-width: 100%; } div.luxtools-scratchpad textarea.luxtools-scratchpad-text { width: 100%; + max-width: 100%; + min-width: 100%; + display: block; box-sizing: border-box; min-height: 8em; + resize: vertical; } div.luxtools-scratchpad .luxtools-scratchpad-actions {