This commit is contained in:
Flatlogic Bot 2026-04-16 11:54:19 +00:00
parent 8bf3a87e42
commit 6b68ae0708
2 changed files with 27 additions and 10 deletions

View File

@ -375,15 +375,16 @@ $character_items_by_category = sccharacters_sort_items_by_category_order(
.stat { .stat {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
min-height: 36px; min-height: 24px;
padding: 0.46rem 0.76rem; padding: 0.2rem 0.55rem;
border-radius: 12px; border-radius: 999px;
background: linear-gradient(135deg, rgba(26, 74, 42, 0.9), rgba(18, 46, 28, 0.82)); background: rgba(22, 78, 45, 0.14);
border: 1px solid rgba(90, 255, 150, 0.85); border: 1px solid rgba(90, 255, 150, 0.42);
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); box-shadow: none;
font-size: 0.8rem; font-size: 0.68rem;
font-weight: 700; font-weight: 600;
color: #dcffe9; line-height: 1.15;
color: #d7ffe6;
} }
.section-title { .section-title {

View File

@ -2627,7 +2627,23 @@ if ($selected_character) {
.search-result strong { display: block; margin-bottom: 0.25rem; } .search-result strong { display: block; margin-bottom: 0.25rem; }
.search-result-stats { .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 { .search-result-main {