From a8af4aa517067311969fb663ce3ab313e850ae6c Mon Sep 17 00:00:00 2001 From: fatchan Date: Sat, 15 Jun 2019 10:38:26 +0000 Subject: [PATCH] post message can be resized --- gulp/res/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index f83a5beb..e77f1ee8 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -284,7 +284,6 @@ td, th { display: flex; flex-direction: column; max-width: 100%; - width: 400px; } .togglable { @@ -497,8 +496,8 @@ input[type="file"] { #postform { display: none; - width: 400px; max-width: calc(100% - 10px); + max-height: calc(100% - 50px); position: fixed; top: 45px; right: 5px;