Skip to content

Instantly share code, notes, and snippets.

@chungy
Created June 2, 2020 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chungy/71fd8bbe3e7e47060506b6438c86f9d8 to your computer and use it in GitHub Desktop.
Save chungy/71fd8bbe3e7e47060506b6438c86f9d8 to your computer and use it in GitHub Desktop.
#urlbar[breakout-extend] {
top: calc(
(var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2
) !important;
left: calc(
(var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2
) !important;
width: 100% !important;
}
#urlbar[breakout-extend] #urlbar-input-container {
height: var(--urlbar-height) !important;
padding: 0 !important;
}
.urlbarView {
margin: 0 !important;
width: 100% !important;
}
.urlbarView-row {
padding: 0 !important;
}
.urlbarView-row:first-of-type {
display: none !important;
}
#urlbar .search-one-offs {
display: none !important;
}
#urlbar[breakout][breakout-extend] > #urlbar-background {
animation: none !important;
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment