From fc6a6dc5846d3248a651bd95e8759970537da001 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:20:27 +0000 Subject: [PATCH] Lower cookbook serve top row --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index e34c0a679..365882690 100644 --- a/static/style.css +++ b/static/style.css @@ -20069,7 +20069,7 @@ body.gallery-selecting .gallery-dl-btn, .hwfit-serve-preset-row { display: flex; justify-content: flex-end; - margin: 0 0 6px; + margin: 4px 0 6px; } /* Expanded serve panel — make sure it can be scrolled past when it grows taller than the visible viewport. Caps panel height to viewport @@ -20086,7 +20086,7 @@ body.gallery-selecting .gallery-dl-btn, } .hwfit-serve-preset-row { justify-content: flex-end; - margin: -2px 0 6px; + margin: 2px 0 6px; } } .hwfit-serve-row label {