mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-21 22:48:13 +00:00
Change to left align
This commit is contained in:
parent
b7f7968635
commit
1af8645a20
@ -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%;
|
||||
|
@ -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% 是为了在有间隙的情况下,四个元素一行 */
|
||||
|
Loading…
Reference in New Issue
Block a user