aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-04-19 09:23:57 +0100
committerStephen Blott2016-04-22 14:52:45 +0100
commit1115f2719c3e647ca1c1764c1b8a0140211bf3fa (patch)
treed5405b18aeea55e3301fbebc525976cce267d874
parent3adae8c9a683955641fe1417c977a3a06356107b (diff)
downloadvimium-1115f2719c3e647ca1c1764c1b8a0140211bf3fa.tar.bz2
Help dialog; set maximum width.
-rw-r--r--content_scripts/vimium.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 86411d0a..18908692 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -163,6 +163,7 @@ div#vimiumHelpDialog {
top:50px;
left: 50%;
max-height: calc(100% - 100px - 12px);
+ max-width: calc(100% - 100px + 12px);
width: calc(840px + 24px + 4px + 12px);
margin-left:calc(0px - 420px - 12px - 2px - 6px); /* Minus half of the width, above. */
overflow: auto;