aboutsummaryrefslogtreecommitdiffstats
path: root/vimium.css
diff options
context:
space:
mode:
Diffstat (limited to 'vimium.css')
-rw-r--r--vimium.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/vimium.css b/vimium.css
index 774c0fd3..7d9ef3d1 100644
--- a/vimium.css
+++ b/vimium.css
@@ -293,6 +293,7 @@ body.vimiumFindMode ::selection {
#fuzzybox {
position: fixed !important;
width: 80% !important;
+ min-width: 400px !important;
top: 70px !important;
left: 50% !important;
margin: 0 0 0 -40% !important;
@@ -374,7 +375,8 @@ body.vimiumFindMode ::selection {
font-size: inherit !important;
font-family: inherit !important;
color: inherit !important;
- background: none;
- outline: none;
- border: none;
+ background: none !important;
+ outline: none !important;
+ border: none !important;
+ width: 90% !important;
}