chore: improve stats panel layout

This commit is contained in:
0xallam
2026-01-22 11:17:32 -08:00
parent 5f77dd7052
commit a97836c335
2 changed files with 2 additions and 3 deletions

View File

@@ -1229,7 +1229,7 @@ class StrixTUIApp(App): # type: ignore[misc]
stats_content.append(stats_text)
version = get_package_version()
stats_content.append(f"\n v{version}", style="white")
stats_content.append(f"\nv{version}", style="white")
from rich.panel import Panel