From 420cf921f1d6b76c60eda0f9352c703968b99b33 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Sun, 13 Sep 2020 16:56:20 +0300 Subject: [PATCH 1/2] fix menu for mobile --- css/base.css | 2 +- css/menu.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/base.css b/css/base.css index db41ce6..f93ecdd 100644 --- a/css/base.css +++ b/css/base.css @@ -24,7 +24,7 @@ height: 99%; color: #c5c6c7; padding: 1% 1% 1% 1%; - margin: 1% 1% 1% 1%; + margin: 15% 1% 1% 1%; } .imgblock img { diff --git a/css/menu.css b/css/menu.css index 80bf898..ab807a6 100644 --- a/css/menu.css +++ b/css/menu.css @@ -37,18 +37,19 @@ input[type=checkbox] { } label { - position: absolute; + position: fixed; left: 0; display: none; width: 2em; height: .5em; - padding: .05em; + padding: 20px; font-size: 1.1em; color: #fff; transition: color .3s ease-in-out; cursor: pointer; user-select: none; margin: 0; + background-color:blue; } /* big screens */ From f9bd69441cfb1c2c5869ee19f80b302cfbb98bab Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Tue, 15 Sep 2020 19:29:39 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=BF=D1=80=D0=BE=20=D0=B1=D0=B5=D0=BA?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D1=83=D0=BD=D0=B4=20=D0=BC=D0=BE=D0=B1=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=BC=D0=B5=D0=BD=D1=8E=D1=88?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BD=D0=B0=D0=B4=D0=BE=20=D0=B1=D1=83=D0=B4?= =?UTF-8?q?=D0=B5=D1=82=20=D1=87=D1=82=D0=BE-=D1=82=D0=BE=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=B4=D1=83=D0=BC=D0=B0=D1=82=D1=8C=20=D0=B4=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BE=D0=B5.=20=D0=A6=D0=B2=D0=B5=D1=82=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D0=BA=D0=B0=D1=82=D0=B8=D1=82=20=E2=80=94=20=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC=D0=B8=20=D0=B2=D1=8B=D0=B3=D0=BB=D1=8F?= =?UTF-8?q?=D0=B4=D0=B8=D1=82=20=D1=83=D0=B1=D0=BE=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/menu.css b/css/menu.css index ab807a6..e72c559 100644 --- a/css/menu.css +++ b/css/menu.css @@ -49,7 +49,7 @@ label { cursor: pointer; user-select: none; margin: 0; - background-color:blue; +# background-color:blue; } /* big screens */