diff --git a/src/App.tsx b/src/App.tsx
index f9f9ca69c..de1841c8d 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1392,7 +1392,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("skills")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("skills.manage")}
>
@@ -1401,7 +1401,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("hermesMemory")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("hermes.memory.title")}
>
@@ -1410,7 +1410,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("mcp")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("mcp.title")}
>
@@ -1419,7 +1419,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => void openHermesWebUI()}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("hermes.webui.open")}
>
@@ -1431,7 +1431,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("workspace")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("workspace.manage")}
>
@@ -1440,7 +1440,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("openclawEnv")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("openclaw.env.title")}
>
@@ -1449,7 +1449,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("openclawTools")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("openclaw.tools.title")}
>
@@ -1458,7 +1458,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("openclawAgents")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("openclaw.agents.title")}
>
@@ -1467,7 +1467,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("sessions")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("sessionManager.title")}
>
@@ -1494,7 +1494,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("prompts")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("prompts.manage")}
>
@@ -1518,7 +1518,7 @@ function App() {
variant="ghost"
size="sm"
onClick={() => setCurrentView("mcp")}
- className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5"
+ className="text-muted-foreground hover:text-foreground hover:bg-black/5 dark:hover:bg-white/5 w-8 px-2"
title={t("mcp.title")}
>