mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 21:56:10 +00:00
feat: Invert the omnibox buttons on double toolbar, b=no-bug, c=common
This commit is contained in:
@@ -147,6 +147,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
:root:not([zen-single-toolbar='true'])
|
||||
#urlbar:not([breakout-extend='true'])
|
||||
.urlbar-input-container:not([pageproxystate='invalid']) {
|
||||
flex-direction: row-reverse;
|
||||
gap: 2px;
|
||||
padding: 2px;
|
||||
|
||||
& .urlbar-page-action {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
& #identity-box {
|
||||
margin: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.urlbar-page-action,
|
||||
#tracking-protection-icon-container {
|
||||
padding: 0 !important;
|
||||
@@ -196,6 +212,7 @@
|
||||
|
||||
& #identity-box {
|
||||
margin-right: calc(var(--urlbar-margin-inline) - 1px);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
& .urlbar-background {
|
||||
|
||||
Reference in New Issue
Block a user