From 656ad451b565641dfcfa863986e558729f5f2a80 Mon Sep 17 00:00:00 2001 From: coolzr Date: Mon, 20 Oct 2025 02:14:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E8=BD=BD=E4=B8=AD=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/style.css b/assets/style.css index d2df029..697a34b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -948,6 +948,16 @@ body .content.expanded { transition: transform 0.3s ease, box-shadow 0.3s ease; } +.site-card .icon-placeholder, +.site-card .icon-fallback { + display: inline-flex; + align-items: center; + justify-content: center; + width: 1.8rem; + height: 1.8rem; + flex-shrink: 0; +} + .site-card:hover i { transform: scale(1.1); color: var(--accent-hover);