From 812622f173e0cd3ddfe8ebd5f1450cebbfd9e2a8 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 27 Feb 2019 14:03:12 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=98=E3=83=AB=E3=83=97=E3=83=9C?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=81=AE=E4=BD=8E=E5=B9=85=E3=81=A7=E3=81=AE?= =?UTF-8?q?=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AA=E6=8A=B9=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 7d06dad..811e04d 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2185,6 +2185,13 @@ nav .navbar-nav > .text-truncate { left: 68px; top: 33px; } + +@media screen and (max-width: 380px) { + nav #context-help-btn { + display: none; + } +} + @media screen and (min-width: 450px) { nav .navbar-nav > .text-truncate { font-size: unset; From fc0c2892e07f2e64c123ca02991e9e6fb50b15c6 Mon Sep 17 00:00:00 2001 From: harukin Date: Wed, 27 Feb 2019 14:13:14 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E3=81=AB=E4=BD=8E=E8=A7=A3?= =?UTF-8?q?=E5=83=8F=E5=BA=A6=E3=81=B8=E3=81=AE=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 811e04d..05278aa 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2186,6 +2186,19 @@ nav .navbar-nav > .text-truncate { top: 33px; } +@media screen and (max-width: 320px) { + nav #banner { + display: none; + } +} + +@media screen and (max-width: 330px) { + nav #menu-btn { + padding-right: 0px; + padding-left: 0px; + } +} + @media screen and (max-width: 380px) { nav #context-help-btn { display: none; From 9ce6ab23b088d9db2434a7773d88d5a0bb9c88dd Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 19 Apr 2019 10:10:59 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E4=B8=80=E9=83=A8=E3=81=AE=E7=AB=AF?= =?UTF-8?q?=E6=9C=AB=E5=90=91=E3=81=91=E8=A9=A6=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 05278aa..17359d1 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2186,6 +2186,7 @@ nav .navbar-nav > .text-truncate { top: 33px; } + @media screen and (max-width: 320px) { nav #banner { display: none; @@ -2199,6 +2200,13 @@ nav .navbar-nav > .text-truncate { } } +@media screen and (max-width: 365px) { + .navbar-toggler-right button{ + padding-left: 5px; + padding-right: 5px; + } +} + @media screen and (max-width: 380px) { nav #context-help-btn { display: none;