From 13ba81f9418850424ff3788b662ce2983bacbe3a Mon Sep 17 00:00:00 2001 From: NewName Date: Tue, 20 May 2025 21:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghproxy/public/search.html | 178 ++++++++++++++++++------------------- ghproxy/search.go | 37 ++++---- 2 files changed, 106 insertions(+), 109 deletions(-) diff --git a/ghproxy/public/search.html b/ghproxy/public/search.html index 4edaeb8..35d3b20 100644 --- a/ghproxy/public/search.html +++ b/ghproxy/public/search.html @@ -66,6 +66,7 @@ color: var(--inputcolor-font); border-radius: 20px; padding: 10px 20px; + height: 46px; } .form-control:focus { @@ -80,6 +81,8 @@ color: white; border: none; transition: all 0.3s ease; + height: 46px; + margin-left: 10px; } .search-button:hover { @@ -87,6 +90,16 @@ background-color: #2ea8a0; } + .input-group { + display: flex; + align-items: center; + } + + .input-group-append { + display: flex; + align-items: center; + } + .result-card { background-color: var(--card-bg); border-radius: 10px; @@ -535,6 +548,72 @@