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

Toast without Navbar Styling (#1223)

* layout_frontend toast update

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

* Update toasts.scss

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

View File

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