all repos — honk @ 178062ff4bc8c49bca7dbe0ee873cf3e4fb9c0a2

my fork of honk

stop fixing the width of the textarea
Ted Unangst tedu@tedunangst.com
Sun, 06 Aug 2023 03:14:12 -0400
commit

178062ff4bc8c49bca7dbe0ee873cf3e4fb9c0a2

parent

d6cf87a29b3e57372e06d933d3a6758d2e550898

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -146,7 +146,7 @@ padding: 0.5em;

font-size: 1em; background: var(--bg-page); color: var(--fg); - width: 600px; + width: 100%; height: 4em; margin-bottom: 0.5em; box-sizing: border-box;