Skip to content

Commit

Permalink
fix responsive issues of BitSnackBar #9623
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk committed Jan 6, 2025
1 parent 8cda796 commit 9436aa8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import "../../../Styles/functions.scss";
@import "../../../Styles/media-queries.scss";

.bit-snb {
width: 100%;
display: flex;
position: fixed;
gap: spacing(1.25);
Expand Down Expand Up @@ -171,6 +173,7 @@
.bit-snb-tcn {
left: 50%;
top: spacing(1);
align-items: center;
transform: translateX(-50%);
}

Expand All @@ -188,6 +191,7 @@
.bit-snb-bcn {
left: 50%;
bottom: spacing(1);
align-items: center;
transform: translateX(-50%);
}

Expand Down

0 comments on commit 9436aa8

Please sign in to comment.