Last active
April 28, 2024 18:09
-
-
Save Angelore/35f826395998da1bd6f3de4c6d574577 to your computer and use it in GitHub Desktop.
Two row display for the url bar results in Firefox
This file contains hidden or 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
.urlbarView-row-inner, .urlbarView-url { | |
display: block !important; | |
} | |
.urlbarView-url { | |
padding-left: 38px; | |
margin-top: 3px; | |
margin-left: 0px !important; | |
} | |
/* Hide the separator in regular rows */ | |
.urlbarView-row:not([type="switchtab"])[has-url=""] .urlbarView-title-separator { | |
display: none; | |
} | |
/* Bring back the url for the switchtab entries */ | |
.urlbarView-row[type="switchtab"] .urlbarView-url { | |
visibility: visible !important; | |
} |
This file contains hidden or 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
@import url("urlbarTweaks.css"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment