From 21d74c525def9ecb3f7c012bfb244f32d349c06c Mon Sep 17 00:00:00 2001 From: "Brennan Wilkes (Text Groove)" Date: Mon, 2 Feb 2026 19:58:08 -0800 Subject: [PATCH] UX Improvements --- viz/style.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/viz/style.css b/viz/style.css index ea62cf1..188d026 100644 --- a/viz/style.css +++ b/viz/style.css @@ -59,18 +59,6 @@ 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;