Spaces:
Running
Running
File size: 321 Bytes
f2bee8a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.monitor-list {
/* Width/height are set by the component, margin: auto centers in fullscreen */
margin: auto;
pointer-events: none;
overflow: hidden;
}
.monitor-list-scaler {
/* Scaling for monitors should happen from the top left */
transform-origin: left top;
}
::-ms-clear { display: none; }
|