Skip to content

Instantly share code, notes, and snippets.

@ravron
Last active February 26, 2021 18:22
Show Gist options
  • Save ravron/b3f5974c0f7bbab7bcabfa8908e074fc to your computer and use it in GitHub Desktop.
Save ravron/b3f5974c0f7bbab7bcabfa8908e074fc to your computer and use it in GitHub Desktop.
A style to improve Lever's annoyingly narrow candidate page
/* ==UserStyle==
@name Wide Lever candidate view
@namespace github.com/ravron
@version 1.0.3
@description Make Lever's candidate view more space-efficient
@homepageURL https://gist.github.com/ravron/b3f5974c0f7bbab7bcabfa8908e074fc
@updateURL https://gist.github.com/ravron/b3f5974c0f7bbab7bcabfa8908e074fc/raw/lever.user.css
@author ravron
==/UserStyle== */
@-moz-document url-prefix("https://hire.lever.co/candidates/") {
.opportunity-profile-sidebar-wrapper {
display: none;
}
.opportunity-profile-main-column {
margin-right: unset;
}
.flyover-container .flyover {
width: 100%;
}
.flyover-container .flyover-controls,
.flyover-container .next-prev-container {
width: unset;
}
#page {
min-width: unset;
}
}
@ravron
Copy link
Author

ravron commented Nov 14, 2020

How to use this:

  1. Install Stylus for Chrome or for Firefox.
  2. Go to the style's source and click "Install style."
  3. Visit any Lever candidate page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment