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;