From 8f3e5229b28604dde45b8fd45820d8eac68beb80 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 6 Aug 2023 03:14:12 -0400 Subject: [PATCH] stop fixing the width of the textarea --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index 326edb5..cb2dae2 100644 --- a/views/style.css +++ b/views/style.css @@ -146,7 +146,7 @@ textarea { font-size: 1em; background: var(--bg-page); color: var(--fg); - width: 600px; + width: 100%; height: 4em; margin-bottom: 0.5em; box-sizing: border-box;