diff --git a/src/General/css/style.css b/src/General/css/style.css index 55ca7b393..496af3ad3 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -544,22 +544,17 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { height: 13px; padding: 20px 36px; } -.thread-icons > img { +.thread-icons > img, +.catalog-thread > .thread-stats > .menu-button { width: 1em; height: 1em; margin: 0; vertical-align: text-top; } -.catalog-thread > a:not(:hover) > .menu-button > i { - display: none; -} -.catalog-thread > a > .menu-button { - position: absolute; - top: 1px; - right: 1px; -} -.catalog-thread > a > .menu-button > i { - font-size: 14px; +.catalog-thread > .thread-stats > .menu-button { + text-align: center; + bottom: 1px; + font-weight: normal; } .thread-stats { flex-shrink: 0; diff --git a/src/Menu/Menu.coffee b/src/Menu/Menu.coffee index 732a96010..7b19153b2 100755 --- a/src/Menu/Menu.coffee +++ b/src/Menu/Menu.coffee @@ -23,7 +23,7 @@ Menu = catalogNode: -> post = g.threads[@thread.fullID].OP - $.add @nodes.thumb.parentNode, Menu.makeButton post + $.after @nodes.icons, Menu.makeButton post makeButton: (post, button) -> button or= Menu.button.cloneNode true