This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files

18 lines
255 B
CSS
Raw Permalink Normal View History

canvas {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#container {
width: 75%;
}
div.scene_selector_container {
margin-top: 8px;
text-align: center;
}
div.scene_selector_container span {
margin-left: 16px;
}