Skip to content

Commit

Permalink
fix: Don't show the really wide splitter in fullscreen. πŸ‘€
Browse files Browse the repository at this point in the history
Whoops.  Forgot to hide the splitter in this case.

Fixes #392.
  • Loading branch information
bwinton committed Jul 6, 2016
1 parent f61e6c8 commit 49e112d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skin/light/light.css
Expand Up @@ -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;
Expand Down

0 comments on commit 49e112d

Please sign in to comment.