diff options
| author | Stephen Blott | 2014-12-21 10:29:02 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-12-21 10:29:02 +0000 | 
| commit | 1602338bbde44f1e38a6bf09c57cef51b7939a59 (patch) | |
| tree | a2bde2fa4c76c791701abbc4d636e975a8f7c9e7 /pages/popup.html | |
| parent | d715bf897dd72bfad8aa6573e1919afc66b02e3a (diff) | |
| download | vimium-1602338bbde44f1e38a6bf09c57cef51b7939a59.tar.bz2 | |
Exclusion; exclusion rules box smaller on popup.
Diffstat (limited to 'pages/popup.html')
| -rw-r--r-- | pages/popup.html | 3 | 
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;  | 
