From 16ad5d86f2e78e8c389ffc9b565d0aa87dddd711 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 12 Apr 2020 23:03:12 +0300 Subject: [PATCH] Fix urlbar popup location and size --- chrome/multi-row_oneliner_combo_patch.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/multi-row_oneliner_combo_patch.css b/chrome/multi-row_oneliner_combo_patch.css index 712e62a..7b146fe 100644 --- a/chrome/multi-row_oneliner_combo_patch.css +++ b/chrome/multi-row_oneliner_combo_patch.css @@ -27,7 +27,11 @@ chrome/urlbar_full_width.css @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{ margin-top: calc(0px - var(--uc-toolbar-height,0px)); margin-left: 0px;