From 13e5f2d849488378071015896d8f270e7e28d597 Mon Sep 17 00:00:00 2001 From: posimai Date: Sat, 21 Mar 2026 21:05:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B7=A8=E9=9B=86=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=82=92square-pen=E3=82=A2=E3=82=A4=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=81=AE=E3=81=BF=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2c39241..e4cac1b 100644 --- a/index.html +++ b/index.html @@ -182,13 +182,15 @@ } .search-input:focus { border-color: var(--accent); } .edit-toggle-btn { - font-size: 12px; - padding: 5px 12px; - border-radius: 20px; + width: 30px; + height: 30px; + border-radius: 50%; border: 1px solid var(--border); background: transparent; color: var(--text2); - font-family: inherit; + display: flex; + align-items: center; + justify-content: center; cursor: pointer; transition: all 0.12s; flex-shrink: 0; @@ -769,7 +771,9 @@ アプリを追加 - +