zregvart commented on a change in pull request #369: URL: https://github.com/apache/camel-website/pull/369#discussion_r448043185
########## File path: antora-ui-camel/src/css/vars.css ########## @@ -150,6 +150,8 @@ --doc-max-width--desktop: calc(1366 / var(--rem-base) * 1rem); --static-max-width: calc(720 / var(--rem-base) * 1rem); --static-max-width--desktop: calc(1366 / var(--rem-base) * 1rem); + --scrollbar-thickness: calc(7.56 / var(--rem-base) * 1rem); + --scrollbar-radius: calc(56.25 / var(--rem-base) * 1rem); Review comment: I'd move this with the other `--scrollbar` variables. This is somewhat confusing calculation, perhaps use the `em` like in `--body-font-size*` and add a comment as to how many pixels that corresponds to. ---------------------------------------------------------------- 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