From 1af8645a2007f94995f85b2d1e84cfcc73baac84 Mon Sep 17 00:00:00 2001 From: "ZM.J" Date: Wed, 3 Jul 2024 18:52:28 +0800 Subject: [PATCH] Change to left align --- resources/stat/role-summary.css | 3 +-- resources/stat/role-summary.less | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/stat/role-summary.css b/resources/stat/role-summary.css index 64c257ce..b1e1c327 100644 --- a/resources/stat/role-summary.css +++ b/resources/stat/role-summary.css @@ -82,8 +82,7 @@ body, font-size: 30px; height: 45px; display: flex; - justify-content: space-between; - flex-wrap: wrap; + justify-content: flex-start; } .abyss-stat .stat-msg .stat-star-container { flex: 0 0 11%; diff --git a/resources/stat/role-summary.less b/resources/stat/role-summary.less index a8283e4c..571bbeec 100644 --- a/resources/stat/role-summary.less +++ b/resources/stat/role-summary.less @@ -93,8 +93,7 @@ body, .container { font-size: 30px; height: 45px; display: flex; - justify-content: space-between; - flex-wrap: wrap; + justify-content: flex-start; .stat-star-container { flex: 0 0 11%; /* 23% 是为了在有间隙的情况下,四个元素一行 */