From 7062a81d331836a99be6799a3da789c859d464ce Mon Sep 17 00:00:00 2001 From: Hyoseong Jo Date: Sun, 28 Dec 2025 23:57:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/ServerPortlet.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/ServerPortlet.vue b/frontend/components/ServerPortlet.vue index 349c94b..c2fb490 100644 --- a/frontend/components/ServerPortlet.vue +++ b/frontend/components/ServerPortlet.vue @@ -423,7 +423,7 @@ function formatTimeAgo(datetime: string | null): string { .server-unit.danger { border-left: 5px solid #ef4444; } .server-unit.offline { border-left: 5px solid #6b7280; opacity: 0.7; } -.server-info { width: 220px; min-width: 220px; padding: 16px; border-right: 1px solid var(--border-color); cursor: pointer; } +.server-info { width: 240px; min-width: 240px; padding: 16px; border-right: 1px solid var(--border-color); cursor: pointer; } .server-info:hover { background: var(--bg-tertiary, #f8fafc); } .server-name { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }