diff --git a/src/lib/components/StatsBar.svelte b/src/lib/components/StatsBar.svelte index ed765d8..326a5f8 100644 --- a/src/lib/components/StatsBar.svelte +++ b/src/lib/components/StatsBar.svelte @@ -452,5 +452,6 @@ .stat-panel:nth-child(4), .stat-panel:nth-child(5) { flex: 0.8; /* Storage, System, and Network: less space */ + min-width: 125px; } diff --git a/src/lib/components/ThemeSwitcher.svelte b/src/lib/components/ThemeSwitcher.svelte index 04521e7..4a51259 100644 --- a/src/lib/components/ThemeSwitcher.svelte +++ b/src/lib/components/ThemeSwitcher.svelte @@ -64,7 +64,6 @@ style:background={$themeStore.colors.green} > - {$themeStore.label} {showMenu ? "▼" : "▶"} diff --git a/src/lib/components/ToolBar.svelte b/src/lib/components/ToolBar.svelte index 797e262..70c5f7c 100644 --- a/src/lib/components/ToolBar.svelte +++ b/src/lib/components/ToolBar.svelte @@ -46,20 +46,11 @@
@@ -98,10 +89,10 @@ > « - - Page {currentPage} of {totalPages} +
+ Page {currentPage} of {totalPages} ({totalResults} processes) - +
+