From 49e112d7df94b48e7a3aeac99d9506118cdee610 Mon Sep 17 00:00:00 2001 From: Blake Winton Date: Wed, 6 Jul 2016 09:22:32 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20Don't=20show=20the=20really=20wide=20spl?= =?UTF-8?q?itter=20in=20fullscreen.=20=20=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Whoops. Forgot to hide the splitter in this case. Fixes #392. --- skin/light/light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skin/light/light.css b/skin/light/light.css index 5612e74..6d5f434 100644 --- a/skin/light/light.css +++ b/skin/light/light.css @@ -96,6 +96,10 @@ display: -moz-box; } +#main-window[inFullscreen][inDOMFullscreen] #verticaltabs-splitter { + display: none; +} + #main-window[tabspinned="true"] #verticaltabs-box { width: var(--pinned-width); box-shadow: none;