Last active
February 26, 2021 18:22
-
-
Save ravron/b3f5974c0f7bbab7bcabfa8908e074fc to your computer and use it in GitHub Desktop.
A style to improve Lever's annoyingly narrow candidate page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use this: