From 7aa148e61406995d9948f92717fea30e6671f9bc Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 11 Dec 2011 16:43:39 +0100 Subject: [PATCH] Do not move the options down when the screen isn't wide enough. --- 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 c91612126..b08a69a48 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3257,7 +3257,7 @@ text-align: center;\ background: rgba(0,0,0,.5);\ }\ - #overlay::before {\ + #overlay::after {\ content: "";\ display: inline-block;\ height: 100%;\ diff --git a/script.coffee b/script.coffee index 1da59c13f..bee386705 100644 --- a/script.coffee +++ b/script.coffee @@ -2609,7 +2609,7 @@ Main = text-align: center; background: rgba(0,0,0,.5); } - #overlay::before { + #overlay::after { content: ""; display: inline-block; height: 100%;