mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
hide save password notification bar when printing the page (#1048)
This commit is contained in:
parent
ee19100af4
commit
7d7b433f0b
@ -90,3 +90,9 @@ body[class*='lang-en'] .add-buttons {
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (print) {
|
||||||
|
body {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user