Fix new badge layout

This commit is contained in:
2026-06-04 18:05:46 +09:00
parent 37ba942f3e
commit c6284181b0
+7
View File
@@ -84,8 +84,15 @@
color: #fff; color: #fff;
} }
.ffg-badge-new { .ffg-badge-new {
top: auto;
left: 10px; left: 10px;
bottom: 10px; bottom: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
min-height: 24px;
padding: 5px 9px;
background: #ef4444; background: #ef4444;
color: #fff; color: #fff;
box-shadow: 0 0 0 2px rgba(0, 0, 0, .18); box-shadow: 0 0 0 2px rgba(0, 0, 0, .18);