Created
January 5, 2017 07:39
-
-
Save markvincze/ad0642fa0d21aa98a264f32447f55532 to your computer and use it in GitHub Desktop.
Make the Bitbucket file search box wider
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
/* Inject this to bitbucket.org with your favourite browser extension, for example Stylish. */ | |
.omnibar-result-context, .omnibar-result-label { | |
max-width: 1170px; | |
} | |
.omnibar { | |
margin-left: -600px; | |
width: 1200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment