From d4b0fcc02107e0f9fc411a6207c7420f11cf3ae7 Mon Sep 17 00:00:00 2001 From: t510599 Date: Sat, 2 Jun 2018 00:39:14 +0800 Subject: [PATCH] game interface improvement --- web/cards.html | 2 ++ web/gameUI.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/cards.html b/web/cards.html index 7a0fe50..1dedd76 100644 --- a/web/cards.html +++ b/web/cards.html @@ -10,6 +10,8 @@ + +
diff --git a/web/gameUI.css b/web/gameUI.css index fbccbc2..682dfec 100644 --- a/web/gameUI.css +++ b/web/gameUI.css @@ -18,8 +18,8 @@ background-color: rgb(250,250,250); } body,html { - height: 100%; - width: 100%; + height: 100vh; + width: 100vw; overflow: hidden; } label {