From d757ea2cfc39d06763734450b7a35612175283ed Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 15 Jun 2011 18:43:29 +0200 Subject: [PATCH] Options' main for tiny screens. --- 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 79da6283f..addf1df39 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2715,7 +2715,7 @@ }\ #options #main {\ overflow: auto;\ - height: 450px;\ + height: 400px;\ }\ .overlay {\ position: fixed;\ diff --git a/script.coffee b/script.coffee index 1c680f6a3..bccb1b3aa 100644 --- a/script.coffee +++ b/script.coffee @@ -2085,7 +2085,7 @@ main = } #options #main { overflow: auto; - height: 450px; + height: 400px; } .overlay { position: fixed;