diff --git a/4chan_x.user.js b/4chan_x.user.js index 7c3080166..8595be025 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1100,7 +1100,7 @@ this.a = $.el('a', { className: 'menu_button', href: 'javascript:;', - innerHTML: '[▼]' + innerHTML: '[▾]' }); this.el = $.el('div', { className: 'reply dialog', @@ -4999,6 +4999,9 @@ a[href="javascript:;"] {\ display: none !important;\ }\ \ +.menu_button {\ + letter-spacing: 2px;\ +}\ #menu {\ position: absolute;\ outline: none;\ diff --git a/script.coffee b/script.coffee index d03d5ca02..608b49e37 100644 --- a/script.coffee +++ b/script.coffee @@ -837,7 +837,7 @@ Menu = @a = $.el 'a', className: 'menu_button' href: 'javascript:;' - innerHTML: '[▼]' + innerHTML: '[▾]' @el = $.el 'div', className: 'reply dialog' id: 'menu' @@ -3891,6 +3891,9 @@ a[href="javascript:;"] { display: none !important; } +.menu_button { + letter-spacing: 2px; +} #menu { position: absolute; outline: none;