Skip to content

Commit

Permalink
Improved: css for product metadata in mobile view (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Jul 29, 2024
1 parent 3a0a70f commit 088b3a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ img {
}

.product-metadata {
display: flex;
align-items: center;
margin-inline-start: auto;
padding-inline-end: var(--spacer-sm);
}
Expand Down
5 changes: 5 additions & 0 deletions src/views/InProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,11 @@ ion-segment > ion-segment-button > ion-skeleton-text, ion-item > ion-skeleton-te
height: 30px;
}
.product-metadata {
display: flex;
align-items: center;
}
@media (min-width: 991px) {
.order-item {
grid-template-columns: repeat(3, 1fr);
Expand Down

0 comments on commit 088b3a1

Please sign in to comment.