Update headerbar-urlbar.css

Made the tabs and url bar be seperated. This tweak edits the width of the urlbar so that the tabs are not attached to the url bar. I think this is how it is in macos monterey's safari.
This commit is contained in:
Yuvan Michael 2022-02-25 13:11:51 +05:30 committed by GitHub
parent 16a845fb57
commit 14de6ac948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ toolbarspring {
border-radius: 8px !important;
border: 1px solid transparent !important;
padding: 0 0 !important;
max-width: 360px !important;
max-width: 320px !important;
}
#urlbar-background {
box-shadow: none !important;
@ -49,21 +49,21 @@ toolbarspring {
#wrapper-urlbar-container,
#urlbar #urlbar-input-container {
padding: 0 !important;
width: 360px !important;
min-width: 360px !important;
width: 320px !important;
min-width: 320px !important;
}
:root[sizemode="maximized"] #urlbar,
:root[sizemode="maximized"] #urlbar-container,
:root[sizemode="maximized"] #wrapper-urlbar-container {
width: 360px !important;
min-width: 360px !important;
width: 320px !important;
min-width: 320px !important;
}
#urlbar[breakout][breakout-extend] {
left: 0 !important;
top: 0 !important;
width: 360px !important;
width: 320px !important;
z-index: 5 !important;
padding: 0 0 !important;
}