diff --git a/src/Miscellaneous/PostJumper.coffee b/src/Miscellaneous/PostJumper.coffee index c8f3c76fa..e8f7ef89b 100644 --- a/src/Miscellaneous/PostJumper.coffee +++ b/src/Miscellaneous/PostJumper.coffee @@ -56,7 +56,7 @@ PostJumper = classNext = 'next' span = $.el 'span', className: cl - $.extend span, <%= html('${charPrev}${charNext}') %> + $.extend span, <%= html('${charPrev}${charNext}') %> span scroll: (fromID,toID) -> diff --git a/src/css/style.css b/src/css/style.css index 9c813ca58..b8245b6e5 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -917,6 +917,8 @@ div[data-checked="false"] > .suboption-list { .catalog-post > * > .fileText > :not(:first-child), .catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime), .catalog-post > * > * > .posteruid, +.catalog-post > * > * > .uniqueIDJumper, +.catalog-post > * > * > .capcodeJumper, :root.bottom-backlinks .catalog-post > .container, .post:not(.catalog-post) > .catalog-link, .post:not(.catalog-post) > .catalog-stats, @@ -2403,3 +2405,9 @@ a:only-of-type > .remove { :root.gallery-open.fixed #header-bar:not(.autohide) #shortcuts .fa::before { visibility: hidden; } +.capcodeJumper > .prev, +.capcodeJumper > .next, +.uniqueIDJumper > .prev, +.uniqueIDJumper > .next { + font-size: 120%; +}