aboutsummaryrefslogtreecommitdiffstats
path: root/pages/popup.html
diff options
context:
space:
mode:
authorStephen Blott2014-12-21 10:29:02 +0000
committerStephen Blott2014-12-21 10:29:02 +0000
commit1602338bbde44f1e38a6bf09c57cef51b7939a59 (patch)
treea2bde2fa4c76c791701abbc4d636e975a8f7c9e7 /pages/popup.html
parentd715bf897dd72bfad8aa6573e1919afc66b02e3a (diff)
downloadvimium-1602338bbde44f1e38a6bf09c57cef51b7939a59.tar.bz2
Exclusion; exclusion rules box smaller on popup.
Diffstat (limited to 'pages/popup.html')
-rw-r--r--pages/popup.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/popup.html b/pages/popup.html
index 6dcc7a8b..2e59d471 100644
--- a/pages/popup.html
+++ b/pages/popup.html
@@ -25,6 +25,9 @@
#endSpace, #footerWrapper { width: 450px; }
#footerWrapper { margin-left: 0px; }
+ /* Make exclusionScrollBox smaller than on the options page, because there are likely to be fewer
+ matching rules, and the popup obscures the underlying page. */
+ #exclusionScrollBox { max-height: 124px; }
#endSpace { /* Leave space for the fixed footer. */
min-height: 46px;