Created
June 2, 2020 21:46
-
-
Save chungy/71fd8bbe3e7e47060506b6438c86f9d8 to your computer and use it in GitHub Desktop.
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
#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