From 5a5e0e982357e8186c201cc920f5ba3d0fed998e Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 2 Jun 2026 06:36:10 +0900 Subject: [PATCH] Adjust model picker favorite dot alignment --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 472ef25..d174d33 100644 --- a/static/style.css +++ b/static/style.css @@ -2747,7 +2747,7 @@ body.bg-pattern-sparkles { justify-content: center; width: 30px; height: 24px; - margin: -5px 0 -5px 0; + margin: -5px -4px -5px 4px; padding: 0; border: none; background: none; @@ -2799,7 +2799,7 @@ body.bg-pattern-sparkles { .model-picker-list .mp-fav-dot { width: 30px; height: 30px; - margin: -7px 0 -7px 0; + margin: -7px -4px -7px 4px; } } /* Overflow "+" menu */