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 001df36 commit 5b3852e
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 @@ -173,7 +173,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 @@ -189,7 +189,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 @@ -199,7 +199,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 5b3852e

Please sign in to comment.