Copilot commented on code in PR #38108:
URL: https://github.com/apache/superset/pull/38108#discussion_r3352735566
##########
docs/src/styles/main.css:
##########
@@ -260,10 +260,39 @@ a > span > svg {
.footer {
position: relative;
- padding-top: 90px;
+ padding-top: 130px;
font-size: 15px;
}
+.footer__social-links {
+ background-color: #173036;
+ position: absolute;
+ top: 45px;
Review Comment:
`.footer__social-links` is positioned at `top: 45px`, but
`.footer__ci-services` has 12px vertical padding plus a 28px-tall image, making
its rendered height ~52px. This likely causes the social bar to overlap the CI
bar on desktop widths. Consider aligning the social bar to start below the CI
bar.
--
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]