Skip to content

Instantly share code, notes, and snippets.

@Angelore
Last active April 28, 2024 18:09
Show Gist options
  • Save Angelore/35f826395998da1bd6f3de4c6d574577 to your computer and use it in GitHub Desktop.
Save Angelore/35f826395998da1bd6f3de4c6d574577 to your computer and use it in GitHub Desktop.
Two row display for the url bar results in Firefox
.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;
}
@import url("urlbarTweaks.css");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment