Coding-Alchemist-Abhijay commented on PR #1293:
URL: https://github.com/apache/airflow-site/pull/1293#issuecomment-3601165346
> It’s a small suggestion, but you could also consider doing it like this ;)
This can be applied to all other `baseof.html` files as well.
>
> ```
> </main>
> <div class="base-layout--button">
> <div class="base-layout--scrollButton">
> {{ partial "scroll-to-top" . }}
> </div>
> <div class="base-layout--suggestButton">
> {{ partial "suggest-change" . }}
> </div>
> </div>
> </div>
> </div>
> {{ partialCached "footer.html" . }}
> {{ partial "scripts.html" . }}
> </body>
> ```
Hey @choo121600 , thanks for the suggestion — it was really helpful. I
hadn’t thought about it that way, and you’re right, the &--bothButtons class
wasn’t needed. I’ve made the changes as you recommended.
If there’s anything else you’d like me to update, please let me know.
Thank you for your continuous guidance and support!
--
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]