/* Desktop/tablet signature quickbuttons match normal posts — 2026-06-18 */ /* Cleanup group: DESKTOP-TABLET-SIGNATURE-QUICKBUTTON-FLOW */ /* Confirmed by live test: sz-desktop-tablet-signature-buttons-flow-v2 */ /* Later merge target: Desktop/tablet topic post/signature layout */ @media screen and (min-width: 721px) { #main_content_section #forumposts .post_wrapper.has-signature .postarea { position: relative !important; overflow: visible !important; padding-bottom: 18px !important; } /* Match no-signature desktop/tablet posts: normal quickbuttons sit near the post bubble bottom. Then reserve space below so the signature begins after the button row. */ #main_content_section #forumposts .post_wrapper.has-signature .postarea .under_message { position: relative !important; right: auto !important; bottom: auto !important; left: auto !important; top: auto !important; display: block !important; width: 100% !important; height: 27px !important; min-height: 0 !important; margin: -36px 0 54px !important; padding: 0 36px 0 0 !important; clear: both !important; float: none !important; overflow: visible !important; box-sizing: border-box !important; background: transparent !important; border: 0 !important; box-shadow: none !important; z-index: 4 !important; } #main_content_section #forumposts .post_wrapper.has-signature .postarea .under_message .quickbuttons { position: relative !important; display: block !important; float: right !important; clear: both !important; width: auto !important; height: auto !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; background: transparent !important; border: 0 !important; box-shadow: none !important; } #main_content_section #forumposts .post_wrapper.has-signature .postarea .under_message .quickbuttons > li { display: list-item !important; float: left !important; margin: 0 !important; padding: 0 !important; } /* Keep hidden selection-only desktop button hidden */ #main_content_section #forumposts .post_wrapper.has-signature .postarea .under_message .quickbuttons > li:nth-child(2) { display: none !important; } #main_content_section #forumposts .post_wrapper.has-signature .postarea .signature { position: relative !important; z-index: 1 !important; clear: both !important; float: none !important; margin-top: 0 !important; } }