From ed9d2770ff7b56ccf13323fbf70c3ff97004b7c5 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 14 May 2011 11:29:58 -0700 Subject: [PATCH] ihover fit height, thank you anonymous --- 4chan_x.js | 5 +++++ script.coffee | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/4chan_x.js b/4chan_x.js index df5464068..d3aca177c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2440,6 +2440,11 @@ #qp, #iHover {\ position: fixed;\ }\ +\ + #iHover {\ + width: auto;\ + max-height: 100%;\ + }\ \ #navlinks {\ position: fixed;\ diff --git a/script.coffee b/script.coffee index 66f4a9ade..39a2f34f5 100644 --- a/script.coffee +++ b/script.coffee @@ -1908,6 +1908,11 @@ main = position: fixed; } + #iHover { + width: auto; + max-height: 100%; + } + #navlinks { position: fixed; top: 25px;