Skip to content

Commit 8c212ac

Browse files
authored
style(tui): reduce gantt widget height from 3fr to 2.5fr (#1106)
Bring the gantt widget height closer to the task table (2fr) so the two panes are more balanced.
1 parent c2f87d5 commit 8c212ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/taskdog-ui/src/taskdog/tui/styles

packages/taskdog-ui/src/taskdog/tui/styles/main.tcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MainScreen {
1919
/* Gantt chart - main display area */
2020
#gantt-widget {
2121
width: 100%;
22-
height: 3fr;
22+
height: 2.5fr;
2323
background: transparent;
2424
border: round $primary;
2525
margin-bottom: 1;

0 commit comments

Comments
 (0)