From dbe48ad903247b5d94faac8cc07b28d2822940c1 Mon Sep 17 00:00:00 2001 From: maximlt Date: Wed, 23 Oct 2024 16:29:35 +0200 Subject: [PATCH] less horizontal padding for the badges on the gallery --- doc/_static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index fa4b938e9..0d8de2a7c 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -120,3 +120,8 @@ code.download.literal.xref.docutils { color: #459eb9b3; margin-top: 5px; } + +.hv-gallery-badges .sd-badge { + padding-left: 0.2em; + padding-right: 0.2em; +}