From f4e56da245b0e077e92efc49e9b104c155095640 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Wed, 10 Sep 2025 21:03:32 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webui/static/style.css b/webui/static/style.css index 63f795df..6c9ed5e1 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -7142,3 +7142,8 @@ body { drop-shadow(0 0 12px var(--glow-color-2, #1ed760)); border-color: var(--glow-color-1, rgba(29, 185, 84, 0.4)); } + +#metadata-updater-card{ + display: flex!important; + justify-content: space-between; +} \ No newline at end of file