修改样式
This commit is contained in:
@@ -62,6 +62,10 @@
|
||||
|
||||
/* Amount grid (6 items, 3 columns) */
|
||||
.cz-amount-grid {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 12px;
|
||||
@@ -774,6 +778,10 @@
|
||||
|
||||
/* Method select */
|
||||
.tx-method-select {
|
||||
display: flex;
|
||||
|
||||
flex-wrap: wrap;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user