update
This commit is contained in:
parent
cf75a84a00
commit
7640b349ee
1 changed files with 3 additions and 2 deletions
|
@ -10,15 +10,16 @@
|
||||||
margin-inline-start: 0px !important;
|
margin-inline-start: 0px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
#urlbar-background{ display: none !important; }
|
#urlbar-background{ display: none !important; }
|
||||||
#urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) }
|
#urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) }
|
||||||
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
|
#urlbar-input-container{ padding: 0 !important; height: 100% !important; }
|
||||||
|
|
||||||
.urlbarView:not([hidden]){
|
#urlbar[open] > .urlbarView{
|
||||||
display: block !important;
|
display: block !important;
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
margin-top: calc(var(--urlbar-height) + 1px);
|
margin-top: calc(var(--urlbar-height) + 1px) !important;;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw !important;
|
width: 100vw !important;
|
||||||
background-color: var(--autocomplete-popup-background) !important;
|
background-color: var(--autocomplete-popup-background) !important;
|
||||||
|
|
Loading…
Reference in a new issue