Skip to content

Commit 298d651

Browse files
committed
fix: 修复精选徽章和收藏按钮重叠问题 - 将精选徽章移到左上角,收藏按钮保持在右上角
1 parent 32a15cf commit 298d651

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,13 +531,14 @@
531531
.featured-badge {
532532
position: absolute;
533533
top: 12px;
534-
right: 12px;
534+
left: 12px;
535535
background: linear-gradient(135deg, #f59e0b, #ef4444);
536536
color: white;
537537
font-size: 10px;
538538
font-weight: 600;
539539
padding: 4px 8px;
540540
border-radius: 12px;
541+
z-index: 5;
541542
}
542543

543544
.tool-card {

0 commit comments

Comments
 (0)