mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
Change to left align
This commit is contained in:
parent
b7f7968635
commit
1af8645a20
@ -82,8 +82,7 @@ body,
|
|||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
.abyss-stat .stat-msg .stat-star-container {
|
.abyss-stat .stat-msg .stat-star-container {
|
||||||
flex: 0 0 11%;
|
flex: 0 0 11%;
|
||||||
|
@ -93,8 +93,7 @@ body, .container {
|
|||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
.stat-star-container {
|
.stat-star-container {
|
||||||
flex: 0 0 11%; /* 23% 是为了在有间隙的情况下,四个元素一行 */
|
flex: 0 0 11%; /* 23% 是为了在有间隙的情况下,四个元素一行 */
|
||||||
|
Loading…
Reference in New Issue
Block a user