1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 17:13:47 +00:00

adjust notification bar for small/zoomed screens

This commit is contained in:
Kyle Spearrin
2017-09-07 10:12:34 -04:00
parent 0b2fa01232
commit 1b344ade0d
5 changed files with 52 additions and 3 deletions

View File

@@ -79,3 +79,13 @@ button.link {
background: none;
text-decoration: underline;
}
.add-buttons {
width: 175px;
}
@media (min-width: 768px) {
.add-buttons {
width: 320px;
}
}