From 0ef5b37ce2e6a2b5185d3faebdfdf100a152abe3 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 20 Feb 2012 02:35:12 +0100 Subject: [PATCH] Fix #206 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d0c87642e..59d7ba52d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3929,7 +3929,7 @@ img[md5], img[md5] + img {\ }\ \ #ihover {\ - max-height: 100%;\ + max-height: 97%;\ max-width: 75%;\ padding-bottom: 18px;\ }\ diff --git a/script.coffee b/script.coffee index 4dadb95a7..5c99516e7 100644 --- a/script.coffee +++ b/script.coffee @@ -3200,7 +3200,7 @@ img[md5], img[md5] + img { } #ihover { - max-height: 100%; + max-height: 97%; max-width: 75%; padding-bottom: 18px; }