Could you apply a text css style to rotate the room text? This would make it much easier to orient yourself while alt-tabbing and using the solver For right rooms: transform: rotate(90deg); For left rooms: transform: rotate(-90deg);
Could you apply a text css style to rotate the room text?
This would make it much easier to orient yourself while alt-tabbing and using the solver
For right rooms:
transform: rotate(90deg);
For left rooms:
transform: rotate(-90deg);