From b52327be492b6e5b1cf7f98adce4c28a3f112a0d Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 1 Feb 2016 14:14:48 +0100 Subject: [PATCH] restyle /text/ page --- www/text/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/www/text/index.html b/www/text/index.html index 6e5038170..6f0daf2e4 100644 --- a/www/text/index.html +++ b/www/text/index.html @@ -8,22 +8,21 @@ padding: 0px; margin: 0px; overflow: hidden; + box-sizing: border-box; } textarea{ - box-sizing: border-box; - border: 1px solid blue; width: 100%; height: 100vh; + max-width: 100%; + max-height: 100vh; font-size: 25px; - background-color: #073642; color: #839496; overflow-x: hidden; - max-width: 100%; - max-height: 100vh; + /* disallow textarea resizes */ resize: none; }