mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
chore(tests/ui_tests): screenshots for T3B1 should also be pixelated
This commit is contained in:
parent
b3bd85b1fb
commit
17706540b5
@ -64,12 +64,14 @@ tr.bad a:visited {
|
||||
}
|
||||
|
||||
.model-T1B1 img,
|
||||
.model-T2B1 img {
|
||||
.model-T2B1 img,
|
||||
.model-T3B1 img {
|
||||
image-rendering: pixelated;
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
.model-T2B1 canvas {
|
||||
.model-T2B1 canvas
|
||||
.model-T3B1 canvas {
|
||||
image-rendering: pixelated;
|
||||
width: 256px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user