Skip to content

Instantly share code, notes, and snippets.

@rupertsworld
Created August 23, 2017 05:02
Show Gist options
  • Save rupertsworld/f3fef66c44a6198a326a32938f10acb5 to your computer and use it in GitHub Desktop.
Save rupertsworld/f3fef66c44a6198a326a32938f10acb5 to your computer and use it in GitHub Desktop.
Compress top toolbar for CodeAnywhere (Stylish CSS)
.splitter-strech.region-north.layout-fit {
bottom: calc(100% - 29px) !important;
}
.splitter-strech.region-north.layout-fit > .vbox > div + div {
height: 26px !important;
top: -30px !important;
position: relative !important;
left: 40% !important;
}
.splitter-strech.preloadimages > .splitter-strech + .splitter-strech {
top: 26px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment