修改样式
This commit is contained in:
@@ -701,6 +701,10 @@
|
||||
|
||||
/* Stats become a 3-column grid */
|
||||
.cxz-expert-stats {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
@@ -1122,11 +1126,19 @@
|
||||
}
|
||||
|
||||
.cxz-pay-wallets {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.cxz-pay-option {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 18px 1fr auto;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user