Skip to content

Commit

Permalink
fix: show the copied toast notification in a fixed position (#48)
Browse files Browse the repository at this point in the history
* fix: show the copied toast notification in a fixed position

* chore: build

* chore: increment version

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
  • Loading branch information
johnny243 and johnny243 authored May 25, 2021
1 parent 46a2b37 commit f3ecd1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ html {

// Copy token notification
.auth-copy-notification {
position: absolute;
position: fixed;
left: 50%;
bottom: 20px;
transform: translateX(-50%);
Expand Down
2 changes: 1 addition & 1 deletion dist/dist.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-token-vault",
"version": "1.0.9",
"version": "1.0.10",
"main": "dist/dist.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit f3ecd1b

Please sign in to comment.