From bc4b1593cc487ce46f4552cb251f6d9521934e93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 18:46:49 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- docs/_static/scrolltop.css | 4 ++-- docs/conf.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_static/scrolltop.css b/docs/_static/scrolltop.css index 12a668ca..d977a80f 100644 --- a/docs/_static/scrolltop.css +++ b/docs/_static/scrolltop.css @@ -1,7 +1,7 @@ #scrollToTop { position: fixed; - top: 20px; - right: 20px; + top: 20px; + right: 20px; background-color: #5EABD6; color: white; border: none; diff --git a/docs/conf.py b/docs/conf.py index 4669b34d..26c53fd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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