From 6b168e67d71e2188c4887efe985ec66ae6dccded Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Thu, 3 Jun 2021 00:41:18 +0200 Subject: [PATCH] Fix: CSS issue with too large slider --- sphinx_galleria/static/sphinxgalleria/sphinxgalleria.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_galleria/static/sphinxgalleria/sphinxgalleria.css b/sphinx_galleria/static/sphinxgalleria/sphinxgalleria.css index 89597a5..dd26664 100644 --- a/sphinx_galleria/static/sphinxgalleria/sphinxgalleria.css +++ b/sphinx_galleria/static/sphinxgalleria/sphinxgalleria.css @@ -87,7 +87,7 @@ } .sphinxgalleria-core figure input[type=range] { - width: 100%; + width: 90%; height: 1.5rem; border: none; -webkit-appearance: none;