1
0
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:
matejcik 2024-09-02 13:01:37 +02:00 committed by matejcik
parent b3bd85b1fb
commit 17706540b5

View File

@ -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;
}