From d1ad95c09a76c71bf905332c1433e7d046ef7e26 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 22:38:02 +0000 Subject: [PATCH] Set cookbook GPU buttons to 30px --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 5faca0b4a..4cc173dd9 100644 --- a/static/style.css +++ b/static/style.css @@ -19350,7 +19350,7 @@ body.gallery-selecting .gallery-dl-btn, margin-top: -4px; } .cookbook-gpu-btn { - width: 32px; height: 32px; + width: 30px; height: 30px; font-size: 12px; font-family: 'Fira Code', monospace; border: 1px solid var(--border); @@ -21471,8 +21471,8 @@ body.gallery-selecting .gallery-dl-btn, white-space: nowrap; } .cookbook-gpu-btn { - width: 32px; - height: 32px; + width: 30px; + height: 30px; padding: 0; font-size: 11px; font-family: inherit;