Skip to content

Commit

Permalink
chore: update mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Mar 14, 2024
1 parent f5ce4b9 commit abbb533
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/src/assets/pages/quota.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
gap: 12px;
user-select: none;

@media (max-width: 460px) {
& {
flex-direction: column;
}
}

.amount-number {
color: hsl(var(--text));
transform: translateY(-2px);
Expand All @@ -59,7 +65,9 @@
.amount-input-box {
position: relative;
width: max-content;
max-width: 100%;
height: max-content;
margin: 0 auto;

.amount-input {
color: hsl(var(--text));
Expand Down Expand Up @@ -104,7 +112,7 @@
grid-template-columns: 1fr 1fr;
}

@media (max-width: 460px) {
@media (max-width: 380px) {
grid-template-columns: 1fr;
}

Expand Down

0 comments on commit abbb533

Please sign in to comment.