UX Improvements

This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 19:58:08 -08:00
parent 748140f740
commit 21d74c525d

View file

@ -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;