AemieJ commented on a change in pull request #443: URL: https://github.com/apache/camel-website/pull/443#discussion_r463385398
########## File path: antora-ui-camel/src/css/footer.css ########## @@ -182,59 +181,45 @@ input[type="checkbox"] { width: auto; } - footer .footer .context a { - font-size: 13.5px; - } - - footer .footer .context a::after { - width: 5px; - height: 5px; - } - footer .footer .footer-icons .brand-icon { height: 1.5rem; } - footer .footer .show-menu { - float: right; - height: 40px; - margin-top: -2.5rem; - } - - footer .footer .hide-menu { - float: right; - height: 35px; - margin-top: -2.5rem; + footer .footer input[type="checkbox"] { + display: inline; + position: relative; + top: 2rem; + left: 45vw; + width: 1.75rem; + height: 1.75rem; + transition: 0.2s; } - footer .footer .footer-menu { - margin-top: 1rem; + footer .footer input[type="checkbox"] { Review comment: Is this meant to be changed as `footer .footer input[type="checkbox"]:checked` as it's the same as the stated class as above and thus the preview is failing for the same? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org