Change to left align

This commit is contained in:
ZM.J 2024-07-03 18:52:28 +08:00
parent b7f7968635
commit 1af8645a20
2 changed files with 2 additions and 4 deletions

View File

@ -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%;

View File

@ -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% 是为了在有间隙的情况下,四个元素一行 */