🎨 ux(browser): delete a margin directive to center the url bar

This commit is contained in:
Sergio Laín 2024-04-27 20:38:51 +02:00
parent 387a3d585f
commit be07e8712b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -161,10 +161,6 @@ toolbar:not([customizing]) > #nav-bar-customization-target {
height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px); height: calc((var(--TabsHeight) * 1px + var(--TabsBorder) * 1px) + 0px);
} }
#nav-bar {
margin-left: 35px !important;
}
#urlbar-container { #urlbar-container {
min-width: 0px !important; min-width: 0px !important;
flex: auto !important; flex: auto !important;