aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-01 14:16:23 +0100
committerStephen Blott2016-04-01 14:16:25 +0100
commit8a14d3dddc99cb457a30fd00d8b3a8df9851ccb3 (patch)
treedf3cb7d40e3395b972636e8d032de68e2bbfac1d
parent8574dec533e5c2b3d4623de359c30a16846cd0e6 (diff)
downloadvimium-8a14d3dddc99cb457a30fd00d8b3a8df9851ccb3.tar.bz2
Fix height of help dialog.
Following on from f0911e52f0e71c6d2539bdc74a09ff2dbd5ab125, I omitted to verify that the height of the dialog was correct on taller screens.
-rw-r--r--content_scripts/vimium.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 68d8d1e5..b03778fb 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -144,8 +144,8 @@ iframe.vimiumHelpDialogFrame {
width:680px;
min-width:400px;
- height:calc(100% - 65px);
- max-height:calc(100% - 65px);
+ height: 740px;
+ max-height: 85%;
display: block;
position: fixed;