From bef305f44fea02cb449fd85c918d56180bad3ef1 Mon Sep 17 00:00:00 2001 From: Minsuk Kahng Date: Fri, 28 Sep 2018 23:22:44 -0400 Subject: [PATCH] Show fork icon in small desktop screen --- demo/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demo/index.html b/demo/index.html index 9c76c87..b8a025a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -45,6 +45,13 @@ width: 1442px; } + @media screen and (min-device-width: 1024px) and (max-width: 1442px) { + #top-bar-panel-container { + margin-left: 0; + width: 98.5vw; + } + } + #tool-description { padding-left: 20px; }