mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
@@ -432,6 +432,12 @@ app-vault-view .box-footer {
|
|||||||
user-select: auto;
|
user-select: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* tweak for inconsistent line heights in cipher view */
|
||||||
|
.box-footer button,
|
||||||
|
.box-footer a {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
// Workaround for slow performance on external monitors on Chrome + MacOS
|
// Workaround for slow performance on external monitors on Chrome + MacOS
|
||||||
// See: https://bugs.chromium.org/p/chromium/issues/detail?id=971701#c64
|
// See: https://bugs.chromium.org/p/chromium/issues/detail?id=971701#c64
|
||||||
@keyframes redraw {
|
@keyframes redraw {
|
||||||
|
|||||||
@@ -534,3 +534,9 @@ img,
|
|||||||
app-vault-view .box-footer {
|
app-vault-view .box-footer {
|
||||||
user-select: auto;
|
user-select: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* tweak for inconsistent line heights in cipher view */
|
||||||
|
.box-footer button,
|
||||||
|
.box-footer a {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user