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; }