[pre-commit.ci lite] apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2025-07-31 18:46:49 +00:00 committed by GitHub
parent a486b9025e
commit bc4b1593cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#scrollToTop {
position: fixed;
top: 20px;
right: 20px;
top: 20px;
right: 20px;
background-color: #5EABD6;
color: white;
border: none;

View file

@ -62,9 +62,9 @@ html_favicon = "_static/flask-icon.svg"
html_logo = "_static/flask-logo.svg"
html_title = f"Flask Documentation ({version})"
html_show_sourcelink = False
html_static_path = ['_static']
html_js_files = ['scrolltop.js']
html_css_files = ['scrolltop.css']
html_static_path = ["_static"]
html_js_files = ["scrolltop.js"]
html_css_files = ["scrolltop.css"]
gettext_uuid = True