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:
@@ -79,3 +79,13 @@ button.link {
|
||||
background: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.add-buttons {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.add-buttons {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user