From 748140f740b115864dfd303ef0d256b3c321faf9 Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 19:57:45 -0800 Subject: [PATCH] UX Improvements --- viz/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/viz/style.css b/viz/style.css index 188d026..ea62cf1 100644 --- a/viz/style.css +++ b/viz/style.css @@ -59,6 +59,18 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; } justify-content: flex-end; } +.headerRow1 { + display: flex; + gap: 12px; + align-items: flex-start; + justify-content: space-between; + flex-wrap: wrap; +} + +.headerLeft { min-width: 260px; } +.headerRight { margin-left: auto; } + + /* disabled button styling */ .btn:disabled { opacity: 0.45;