From 6a86b4e07bde837dd6f7e730d44f21f8d6f5351d Mon Sep 17 00:00:00 2001 From: Flummi Date: Sat, 11 Aug 2018 15:18:58 +0200 Subject: [PATCH] ... --- src/static/css/main.css | 21 ++++++++++----------- src/static/index.html | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/static/css/main.css b/src/static/css/main.css index 25e5a52..9cc7f7f 100644 --- a/src/static/css/main.css +++ b/src/static/css/main.css @@ -33,7 +33,7 @@ html, body { } .player { - height: 200px; + height: 185px; box-sizing: border-box; border-style: none solid solid solid; border-bottom-left-radius: 10px; @@ -48,21 +48,20 @@ html, body { width: 95%; } .pile { - /*width: 95%;*/ margin: auto; - height: 160px; + height: 150px; display: grid; grid-template-columns: 2fr repeat(4, 1fr); grid-column-gap: 2px; } .pileslot { - width: 110px; + width: 100px; border: 1px solid #000; background-color: #fff; border-radius: 10px; } .handslot { - width: 110px; + width: 100px; border: 1px solid #000; background-color: #fff; border-radius: 10px; @@ -76,8 +75,8 @@ html, body { grid-template-columns: repeat(4, 1fr); } .mainstock_pile { - width: 110px; - height: 160px; + width: 100px; + height: 150px; border: 1px solid #000; background-color: #fff; border-radius: 10px; @@ -235,12 +234,12 @@ html, body { } #mainstock { - height: 200px; + height: 185px; width: 100%; position: absolute; - top: 50%; + top: 190px; left: 50%; - transform: translate(-50%, -50%); + transform: translateX(-50%); } #player_self { @@ -250,7 +249,7 @@ html, body { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; border-style: solid solid none solid; - height: 350px; + height: 327px; position: fixed; bottom: 0; left: 50%; diff --git a/src/static/index.html b/src/static/index.html index 9cd2d65..59fe97b 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -5,7 +5,7 @@ -