diff options
| author | Stephen Blott | 2016-04-19 09:23:57 +0100 |
|---|---|---|
| committer | Stephen Blott | 2016-04-22 14:52:45 +0100 |
| commit | 1115f2719c3e647ca1c1764c1b8a0140211bf3fa (patch) | |
| tree | d5405b18aeea55e3301fbebc525976cce267d874 /content_scripts | |
| parent | 3adae8c9a683955641fe1417c977a3a06356107b (diff) | |
| download | vimium-1115f2719c3e647ca1c1764c1b8a0140211bf3fa.tar.bz2 | |
Help dialog; set maximum width.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium.css | 1 |
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; |
