Copilot commented on code in PR #58: URL: https://github.com/apache/incubator-graphar-website/pull/58#discussion_r2753222851
########## src/css/custom.css: ########## @@ -41,8 +41,8 @@ color: var(--ifm-hero-text-color); font-weight: 700; text-align: center; - position: absolute; - top: 15px; + position: relative; + top: -18px; Review Comment: The PR description mentions fixing the "toggle icon in mobile navbar", but these changes are actually modifying the positioning of the navbar logo text (the pseudo-element that displays "Apache GraphAr"). The change from `position: absolute` with `top: 15px` to `position: relative` with `top: -18px` affects the logo text alignment, not the toggle icon. Consider updating either the PR description or verifying that the correct element is being targeted. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
