From c6284181b0ff43d2f89d29b557916badc6fabf02 Mon Sep 17 00:00:00 2001 From: javara999 Date: Thu, 4 Jun 2026 18:05:46 +0900 Subject: [PATCH] Fix new badge layout --- templates/ff_freegame_main_list.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/ff_freegame_main_list.html b/templates/ff_freegame_main_list.html index b3a19f5..bda6380 100644 --- a/templates/ff_freegame_main_list.html +++ b/templates/ff_freegame_main_list.html @@ -84,8 +84,15 @@ color: #fff; } .ffg-badge-new { + top: auto; left: 10px; bottom: 10px; + display: inline-flex; + align-items: center; + justify-content: center; + min-width: 42px; + min-height: 24px; + padding: 5px 9px; background: #ef4444; color: #fff; box-shadow: 0 0 0 2px rgba(0, 0, 0, .18);