Skip to content

Commit

Permalink
fix(ui): fix style on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Van Duc authored and Vu Van Duc committed Jul 15, 2024
1 parent f983565 commit 10aab3a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
margin-bottom: 1.5rem;

ion-list {
&.md {
padding: 0;
}

ion-grid {
padding: 0;

Expand All @@ -62,10 +66,6 @@
--inner-padding-end: 0;
font-weight: 500;

&.md {
--min-height: fit-content;
}

&::part(native) {
padding: 0;
}
Expand Down

0 comments on commit 10aab3a

Please sign in to comment.