From acb6c539543ec056aa5f12cb9e07133698467e54 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 2 Jul 2011 15:18:16 +0200 Subject: [PATCH] Reduce options height. --- 4chan_x.user.js | 2 +- changelog | 1 + script.coffee | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index cfb7c1681..896c1ab44 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2930,7 +2930,7 @@ float: left;\ }\ #content > * {\ - height: 500px;\ + height: 450px;\ overflow: auto;\ }\ #content textarea {\ diff --git a/changelog b/changelog index 18814ac9f..5f85b4f67 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ - mayhem: - prevent upload of too large files + - fix options height for netbooks 2.15.0 - mayhem: diff --git a/script.coffee b/script.coffee index 1a58dd324..68da68760 100644 --- a/script.coffee +++ b/script.coffee @@ -2320,7 +2320,7 @@ main = float: left; } #content > * { - height: 500px; + height: 450px; overflow: auto; } #content textarea {