stop fixing the width of the textarea
Ted Unangst tedu@tedunangst.com
Sun, 06 Aug 2023 03:14:12 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/style.css
→
views/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;