diff options
| author | Stephen Blott | 2016-04-01 14:19:31 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-01 14:19:31 +0100 |
| commit | cdedb6bdb25fcb67ee2c9fae79583eeef28ee487 (patch) | |
| tree | 1c35cc88d88aa48489e1a7f95fd79cc871843bc1 | |
| parent | 8a14d3dddc99cb457a30fd00d8b3a8df9851ccb3 (diff) | |
| download | vimium-cdedb6bdb25fcb67ee2c9fae79583eeef28ee487.tar.bz2 | |
Tweak hel dialog height.
| -rw-r--r-- | content_scripts/vimium.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index b03778fb..4256cc74 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -144,7 +144,7 @@ iframe.vimiumHelpDialogFrame { width:680px; min-width:400px; - height: 740px; + height: 745px; max-height: 85%; display: block; |
