diff --git a/4chan_x.user.js b/4chan_x.user.js index 0f5cf364c..683f0df3a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4651,6 +4651,9 @@ textarea.field {\ margin: 2px;\ padding: 2px;\ }\ +div.opContainer {\ + display: block !important;\ +}\ .opContainer.filter_highlight {\ box-shadow: inset 5px 0 rgba(255,0,0,0.5);\ }\ diff --git a/script.coffee b/script.coffee index 2018fac47..13e4c6632 100644 --- a/script.coffee +++ b/script.coffee @@ -3633,6 +3633,9 @@ textarea.field { margin: 2px; padding: 2px; } +div.opContainer { + display: block !important; +} .opContainer.filter_highlight { box-shadow: inset 5px 0 rgba(255,0,0,0.5); }