From 5dcc5ee8d185eaa3282784315b3fb99ad429e7f2 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 14 May 2012 17:33:29 +0200 Subject: [PATCH] Fix #433 --- 4chan_x.user.js | 1 + script.coffee | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 8c2a8ffbb..e265d2953 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4203,6 +4203,7 @@ css: '\ /* dialog styling */\ .dialog.reply {\ + display: block;\ border: 1px solid rgba(0,0,0,.25);\ padding: 0;\ }\ diff --git a/script.coffee b/script.coffee index 94a944dfe..c9e50c6e9 100644 --- a/script.coffee +++ b/script.coffee @@ -3217,6 +3217,7 @@ Main = css: ' /* dialog styling */ .dialog.reply { + display: block; border: 1px solid rgba(0,0,0,.25); padding: 0; }