From 0bf490ee553777c77fad39150e37cfc34331b6b4 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 12 May 2026 15:29:39 +0200 Subject: [PATCH] Bump gallery thumbnail slot height to 300px --- docs/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index c2ed6c57..9e8845af 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -7,7 +7,7 @@ div.cell_output table.dataframe { of the underlying image aspect ratio. Image is contained (not cropped) on a white background, centred in the slot. */ .sd-card-img-top { - height: 240px; + height: 300px; width: 100%; object-fit: contain; background: #ffffff;