clarkead commented on a change in pull request #27369:
URL: https://github.com/apache/spark/pull/27369#discussion_r469716069
##########
File path: docs/_layouts/global.html
##########
@@ -20,12 +20,15 @@
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
+ {% if page.url contains "/ml" or page.url contains "/sql" or
page.url contains "migration-guide.html" %}
Review comment:
Thank you for reviewing this. I believe it was trying to address an
issue with the left nav on those pages, but I don't remember the specifics. I
do see the spacing difference though and I agree we should try to fix it.
There should be a way to do this without making an exception as this does.
Thank you for calling it out. I appreciate the feedback.
In reviewing this I think I might have noticed a display bug on the
rdd-programming-guide.html and structured-streaming-programming-guide.html
pages when viewed in a mobile device's browser.
Let me take a look at both issues and fix them. I'll try to submit another
update before the end of this week.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]