zoom on wheel

This commit is contained in:
2025-04-07 23:51:13 +02:00
parent 09f4785ef4
commit 9bf3c0de0c
3 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#screenRow {
display: block;
transform: rotateX(var(--rX)) rotateY(var(--rY));
transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY));
}
#screenRow * {

View File

@ -2,6 +2,7 @@
--cell-side: 24px;
--rX: -15deg;
--rY: 0;
--tZ: 0;
}
body {