Fix urlbar popup location and size
This commit is contained in:
parent
4544b4874e
commit
16ad5d86f2
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ chrome/urlbar_full_width.css
|
||||||
|
|
||||||
@media screen and (min-width: 1100px){
|
@media screen and (min-width: 1100px){
|
||||||
|
|
||||||
#nav-bar{ position: static !important; border-right-width: 0px !important }
|
.urlbarView{
|
||||||
|
position: fixed !important;
|
||||||
|
top: calc(var(--uc-titlebar-padding,0px) + var(--uc-toolbar-height))
|
||||||
|
}
|
||||||
|
#nav-bar{ border-right-width: 0px !important }
|
||||||
#TabsToolbar{
|
#TabsToolbar{
|
||||||
margin-top: calc(0px - var(--uc-toolbar-height,0px));
|
margin-top: calc(0px - var(--uc-toolbar-height,0px));
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
|
Loading…
Reference in a new issue