Skip to content

Commit

Permalink
Tweak breakpoints for consistently when the viewport is exactly 989 o…
Browse files Browse the repository at this point in the history
…r 990 px wide
  • Loading branch information
dan-menard committed May 30, 2024
1 parent be1fe66 commit a46f062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/quick-add.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
width: auto;
}

@media screen and (max-width: 990px) {
@media screen and (max-width: 989px) {
.quick-add-modal__content-info--bulk .quick-add__content-info__media {
display: flex;
margin: 0;
Expand All @@ -193,7 +193,7 @@
}
}

@media screen and (min-width: 989px) {
@media screen and (min-width: 990px) {
.quick-add-modal__content-info--bulk .quick-add__info {
flex-direction: column;
position: sticky;
Expand All @@ -203,7 +203,7 @@
}
}

@media screen and (max-width: 990px) {
@media screen and (max-width: 989px) {
.quick-add-modal__content-info--bulk {
flex-direction: column;
}
Expand Down

0 comments on commit a46f062

Please sign in to comment.