From 9ce6ab23b088d9db2434a7773d88d5a0bb9c88dd Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 19 Apr 2019 10:10:59 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=83=A8=E3=81=AE=E7=AB=AF=E6=9C=AB?= =?UTF-8?q?=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;