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 @@ アプリを追加 - +