diff --git a/docs/ui/UI_AUDIT.md b/docs/ui/UI_AUDIT.md index 4b715ac..13d8715 100644 --- a/docs/ui/UI_AUDIT.md +++ b/docs/ui/UI_AUDIT.md @@ -240,25 +240,25 @@ Quick Actions block fixed in commit `343ffb4`. 28 inline-style blocks remain — ### Immediate (1 commit, ~1 hour) -1. **Add `title=` to the 11 untitled truncate sites.** Files: PositionsTab, HistoryTab, AdminTab, OverviewTab, EntriesTab, TradeProfileManager, MarketOpportunities. Quick UX win. -2. **Fix the 5 inline `gridTemplateColumns: '1fr 1fr'`** instances by adding `minmax(0, 1fr) minmax(0, 1fr)` (MarketplaceTab × 2, MembershipTab × 1, MyStrategiesTab × 2). -3. **Fix `index.css:1230` and `:1895`** — add `minmax(0, ...)` to bare `1fr` columns. -4. **Fix `index.css:1620`** — replace `42vw` with `min(42%, 460px)` or relative-to-container sizing. -5. **Audit the 31 `