silphius/app/react-components/dom.module.css
2024-07-07 23:30:48 -05:00

12 lines
232 B
CSS

.dom {
display: flex;
flex-direction: column;
height: calc(100% / var(--scale));
left: 0;
position: absolute;
top: 0;
transform: scale(var(--scale));
transform-origin: top left;
width: calc(100% / var(--scale));
}