From 6b68ae07088ed1f662de4631441ef2f55036b402 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 16 Apr 2026 11:54:19 +0000 Subject: [PATCH] V1.3.2 --- sccharacter.php | 19 ++++++++++--------- sccharacters.php | 18 +++++++++++++++++- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/sccharacter.php b/sccharacter.php index 021a241..5897c5d 100644 --- a/sccharacter.php +++ b/sccharacter.php @@ -375,15 +375,16 @@ $character_items_by_category = sccharacters_sort_items_by_category_order( .stat { display: inline-flex; align-items: center; - min-height: 36px; - padding: 0.46rem 0.76rem; - border-radius: 12px; - background: linear-gradient(135deg, rgba(26, 74, 42, 0.9), rgba(18, 46, 28, 0.82)); - border: 1px solid rgba(90, 255, 150, 0.85); - box-shadow: inset 0 0 0 1px rgba(140, 255, 188, 0.18), 0 0 0 1px rgba(34, 110, 58, 0.28), 0 10px 22px rgba(0,0,0,0.18); - font-size: 0.8rem; - font-weight: 700; - color: #dcffe9; + min-height: 24px; + padding: 0.2rem 0.55rem; + border-radius: 999px; + background: rgba(22, 78, 45, 0.14); + border: 1px solid rgba(90, 255, 150, 0.42); + box-shadow: none; + font-size: 0.68rem; + font-weight: 600; + line-height: 1.15; + color: #d7ffe6; } .section-title { diff --git a/sccharacters.php b/sccharacters.php index fc3fcd5..012bf64 100644 --- a/sccharacters.php +++ b/sccharacters.php @@ -2627,7 +2627,23 @@ if ($selected_character) { .search-result strong { display: block; margin-bottom: 0.25rem; } .search-result-stats { - margin-top: 0.1rem; + display: flex; + flex-wrap: wrap; + gap: 0.4rem; + margin-top: 0.05rem; + } + + .search-result-stats .equip-stat { + min-height: 24px; + padding: 0.2rem 0.55rem; + border-radius: 999px; + background: rgba(22, 78, 45, 0.14); + border: 1px solid rgba(90, 255, 150, 0.42); + box-shadow: none; + font-size: 0.68rem; + font-weight: 600; + line-height: 1.15; + color: #d7ffe6; } .search-result-main {