From 888c26bf3d4038369aa60d7c07513c993cb3bd76 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 07:16:30 +0200 Subject: [PATCH] Fix typo and offset findbar to make room for scrollbar --- chrome/floating_findbar_on_top.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chrome/floating_findbar_on_top.css b/chrome/floating_findbar_on_top.css index fb8b47d..1866d19 100644 --- a/chrome/floating_findbar_on_top.css +++ b/chrome/floating_findbar_on_top.css @@ -14,7 +14,7 @@ findbar > .findbar-container, findbar > .close-icon{ border: 1px solid var(--chrome-content-separator-color); border-width: 0 0 1px 0px; - background: background: var(--uc-light-bkgnd-color,var(--toolbar-bgcolor)) !important; + background: var(--uc-light-bkgnd-color,var(--toolbar-bgcolor)) !important; pointer-events: auto; } findbar > .findbar-container{ @@ -28,4 +28,13 @@ findbar::before{ content:""; display: -moz-box; -moz-box-flex: 100; +} + +/* +Move findbar so it isn't over the scrollbar +Delete if you want findbar to begin from right window edge +*/ +findbar{ + margin-right: 16px; + border-right: 1px solid var(--chrome-content-separator-color); } \ No newline at end of file