From 0a8e156c4492ba5fe13e6e0675f5446895bf5935 Mon Sep 17 00:00:00 2001 From: JongSoo YI Date: Thu, 23 Jul 2026 22:49:20 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EC=A0=95=20=EC=A2=85=EB=A3=8C=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=EC=9D=84=20=ED=85=8C=EB=91=90=EB=A6=AC=20?= =?UTF-8?q?=EC=97=86=EB=8A=94=20sign-out=20=EC=95=84=EC=9D=B4=EC=BD=98?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B0=94=EA=BE=BC=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- app.js | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 6bdec6c..158f24d 100644 --- a/app.js +++ b/app.js @@ -3112,7 +3112,7 @@ function _renderEnrollmentAccountCard(container, account, enrollments) {
${esc(account.label)} ${esc(account.state)} - ${accountItemIdx >= 0 ? `` : ''} + ${accountItemIdx >= 0 ? `` : ''}
${itemRows}
`; diff --git a/style.css b/style.css index 80cedae..01ae19d 100644 --- a/style.css +++ b/style.css @@ -1700,7 +1700,7 @@ summary.menu-l2 .i7-icon { .btn-end-class { margin-left: auto; background: transparent; - border: 1px solid var(--danger); + border: none; border-radius: 16px; padding: 3px 12px; font-size: 12px;