From 14d8039e4a6ae27c1a7441a375b87617fd5aea4d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 4 May 2026 17:03:40 -0500 Subject: feat: add Bracket tab for playoffs --- nba/tui/styles.tcss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nba/tui/styles.tcss') diff --git a/nba/tui/styles.tcss b/nba/tui/styles.tcss index 816608c..e0b73cd 100644 --- a/nba/tui/styles.tcss +++ b/nba/tui/styles.tcss @@ -16,7 +16,7 @@ TabPane { width: auto; } -/* Standings & Playoff tabs — two columns side by side */ +/* Standings, Playoff, Bracket, and Box Score tabs */ #standings-container, #playoff-container, #boxscore-container { @@ -27,7 +27,8 @@ TabPane { #east-content, #west-content, #playoff-east-content, -#playoff-west-content { +#playoff-west-content, +#bracket-content { width: 1fr; overflow: auto auto; padding-right: 2; -- cgit v1.2.3