diff options
| author | Christian Cleberg <[email protected]> | 2026-04-15 22:37:06 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-15 22:37:06 -0500 |
| commit | 4d40494f3e9aade0f5302678e4df67a7613c157b (patch) | |
| tree | c12b55772f72c0221aacb8d4801bde309c46f8c6 /build/lib/nba/tui/styles.tcss | |
| parent | b542a36c072c353e9f3ba23c0fec99e55da8289a (diff) | |
| download | nba-scores-4d40494f3e9aade0f5302678e4df67a7613c157b.tar.gz nba-scores-4d40494f3e9aade0f5302678e4df67a7613c157b.tar.bz2 nba-scores-4d40494f3e9aade0f5302678e4df67a7613c157b.zip | |
update README
Diffstat (limited to 'build/lib/nba/tui/styles.tcss')
| -rw-r--r-- | build/lib/nba/tui/styles.tcss | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/build/lib/nba/tui/styles.tcss b/build/lib/nba/tui/styles.tcss new file mode 100644 index 0000000..816608c --- /dev/null +++ b/build/lib/nba/tui/styles.tcss @@ -0,0 +1,58 @@ +Screen { + background: $background; +} + +TabbedContent { + height: 1fr; +} + +TabPane { + overflow: auto auto; + padding: 1 2; +} + +/* Scores tab */ +#scores-content { + width: auto; +} + +/* Standings & Playoff tabs — two columns side by side */ +#standings-container, +#playoff-container, +#boxscore-container { + height: 1fr; + width: 100%; +} + +#east-content, +#west-content, +#playoff-east-content, +#playoff-west-content { + width: 1fr; + overflow: auto auto; + padding-right: 2; +} + +/* Leaders tab */ +#leaders-content { + width: auto; + overflow: auto auto; +} + +/* Box Score tab */ +#home-content, +#away-content { + width: 1fr; + overflow: auto auto; + padding-right: 2; +} + +/* Countdown / status bar */ +#countdown { + dock: bottom; + height: 1; + background: $panel; + color: $text-muted; + content-align: right middle; + padding-right: 2; +} |
