From dcd099c52edde9b2fcf3a8e060406044d01cfccd Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 2 Jun 2019 14:51:02 -0400 Subject: [PATCH] tune up the honk form --- views/honkform.html | 5 +++-- views/style.css | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/views/honkform.html b/views/honkform.html index 2cb8bb6..c54932d 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -5,10 +5,11 @@ in reply to:

+ +

- diff --git a/views/style.css b/views/style.css index b03c626..0f79260 100644 --- a/views/style.css +++ b/views/style.css @@ -82,6 +82,7 @@ button a { height: 8em; margin-bottom: 0.5em; box-sizing: border-box; + max-width: 100%; } .info input[type="checkbox"] { position: fixed; @@ -175,9 +176,6 @@ img.emu { body { font-size: 12px; } - .info textarea { - width: 20em; - } .honk header { height: 48px; }