diff options
| author | mrmr1993 | 2016-02-03 02:42:17 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2016-02-03 02:46:40 +0000 | 
| commit | b7811c596f77afb2d61dbd53e7bbbacf165285a9 (patch) | |
| tree | 0fc5789a8f347a2a32b257f6888514b13a749709 /content_scripts/vimium.css | |
| parent | a30f8735634f9b6e34c1f1ad6d06ec520907da43 (diff) | |
| download | vimium-b7811c596f77afb2d61dbd53e7bbbacf165285a9.tar.bz2 | |
Simple cosmetic changes to VimiumHelpDialog
Diffstat (limited to 'content_scripts/vimium.css')
| -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 f323cbd6..6e262f32 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -138,7 +138,7 @@ div#vimiumHelpDialog {    border-radius:6px;    padding:8px 12px;    width:640px; -  max-height: 85%; +  max-height: calc(100% - 80px);    left:50%;    /* This needs to be 1/2 width to horizontally center the help dialog */    margin-left:-320px;  | 
