Skip to content

Commit

Permalink
fix: align the message to center
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 26, 2023
1 parent f88be49 commit 34cf410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/mods/snackbar/scss/index.scss
@@ -1,7 +1,8 @@
.snackbars {
position: fixed;
top: 50%;
bottom: 10vh;
left: 50%;
transform: translateX(-50%);
}

.snackbar {
Expand Down

0 comments on commit 34cf410

Please sign in to comment.