1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00: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

View File

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