mirror of
https://github.com/usestrix/strix.git
synced 2026-09-05 08:06:08 +00:00
fix: Lower sidebar min width from 140 to 120 for smaller terminals
This commit is contained in:
parent
87d41d6823
commit
669d3ebd47
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ class StrixTUIApp(App): # type: ignore[misc]
|
|||
CSS_PATH = "assets/tui_styles.tcss"
|
||||
ALLOW_SELECT = True
|
||||
|
||||
SIDEBAR_MIN_WIDTH = 140
|
||||
SIDEBAR_MIN_WIDTH = 120
|
||||
|
||||
selected_agent_id: reactive[str | None] = reactive(default=None)
|
||||
show_splash: reactive[bool] = reactive(default=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue