From 40a2283bfc801946270117c6a3cc8f9826cee8fe Mon Sep 17 00:00:00 2001 From: Kento HASEGAWA Date: Fri, 17 Aug 2018 12:28:16 +0900 Subject: [PATCH] Add support for a large screen --- comm/server/static/css/pynq-manager.css | 8 +++----- comm/server/templates/index.html | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/comm/server/static/css/pynq-manager.css b/comm/server/static/css/pynq-manager.css index 72f5dc7..d4e326c 100644 --- a/comm/server/static/css/pynq-manager.css +++ b/comm/server/static/css/pynq-manager.css @@ -1,6 +1,4 @@ html, body{ - /*width: 800px;*/ - /*height: 500px;*/ font-size: 11px; overflow: hidden; } @@ -10,7 +8,7 @@ body{ /* scrollbar settings */ ::-webkit-scrollbar{ - width: 25px; + width: 20px; border: 1px solid rgba(0, 0, 50, .2); } ::-webkit-scrollbar-thumb{ @@ -18,7 +16,7 @@ body{ } #question-table-wrapper{ - height: 300px; + height: calc(100vh - 50px); overflow-y: scroll; overflow-x: hidden; } @@ -45,7 +43,7 @@ body{ } #client-control-pane{ - height: 330px; + height: calc(100vh - 20px); overflow-y: scroll; } diff --git a/comm/server/templates/index.html b/comm/server/templates/index.html index bb8456d..112c8f0 100644 --- a/comm/server/templates/index.html +++ b/comm/server/templates/index.html @@ -15,9 +15,9 @@
-
+
-
+

問題一覧

  システム状況 -- 2.22.0