1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

Toast without Navbar Styling (#1210)

* layout_frontend toast update

Changes top when the navbar isn't present so the toast position appears where expected

* Update toasts.scss
This commit is contained in:
Danny Murphy 2021-10-08 19:25:25 +01:00 committed by GitHub
parent 7b21e380cb
commit fc7a7281fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,4 +115,7 @@
}
}
}
.layout_frontend .toast-top-right {
top: 20px;
}
}