From fa3b68c708d7c5a4d58f0c4742632667a1e67f6a Mon Sep 17 00:00:00 2001 From: konamicode Date: Sun, 26 Jan 2025 23:16:22 -0500 Subject: [PATCH] Update krane.css --- contrib/static/krane.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 580767c..8efad8c 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -87,7 +87,7 @@ padding-right: 5px; } .posttext { - width: 400px; + width: 350px; height: 20px; border: 1px solid #363636; background-color:#111; @@ -103,7 +103,7 @@ } .postarea { width: 400px; - height: 48px; + height: 100px; border: 1px solid #363636; background-color:#111; color:#ddd; @@ -558,4 +558,4 @@ background-repeat: repeat; .spam-button { display: none; -} \ No newline at end of file +}