some improvements to compact_urlbar_megabar.css
Fix code formatting and tweaks to urlbar-input-container sizing
This commit is contained in:
parent
b1bae62e32
commit
f621bb7a7a
1 changed files with 27 additions and 9 deletions
|
@ -6,13 +6,31 @@ See the above repository for updates as well as full license text. */
|
|||
margin-inline-start: 0px !important;
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
|
||||
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2 ) !important;
|
||||
}
|
||||
#urlbar[breakout]:not([open]){ bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; }
|
||||
.urlbarView{ margin-inline: 0 !important; width: auto !important; }
|
||||
.urlbarView-row{ padding: 0 2px !important; }
|
||||
.urlbarView-row-inner{ padding-inline-start: 4px !important; }
|
||||
#urlbar-background{ animation: none !important; }
|
||||
#urlbar-input-container{ padding: 1px !important; height: 100% !important; }
|
||||
#identity-icon{ margin-block: var(--urlbar-icon-padding) }
|
||||
.urlbarView > .search-one-offs:not([hidden]){ padding-block: 0px !important; }
|
||||
#urlbar[breakout]:not([open]){
|
||||
bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
|
||||
}
|
||||
.urlbarView{
|
||||
margin-inline: 0 !important;
|
||||
width: auto !important;
|
||||
}
|
||||
.urlbarView-row{
|
||||
padding: 0 2px !important;
|
||||
}
|
||||
.urlbarView-row-inner{
|
||||
padding-inline-start: 4px !important;
|
||||
}
|
||||
#urlbar-background{
|
||||
animation: none !important;
|
||||
}
|
||||
#urlbar-input-container{
|
||||
padding: 0px 1px !important;
|
||||
height: initial !important;
|
||||
}
|
||||
#identity-icon{
|
||||
margin-block: var(--urlbar-icon-padding);
|
||||
}
|
||||
.urlbarView > .search-one-offs:not([hidden]){
|
||||
padding-block: 0px !important;
|
||||
}
|
Loading…
Reference in a new issue