living-together/source/Panel/RenderView/RenderView.scss
2022-04-14 17:54:37 +08:00

22 lines
295 B
SCSS

div.render-view {
width: 100%;
height: 100%;
div.canvas {
width: 100%;
height: 100%;
}
}
div.render-view-fps {
height: 0;
width: 100%;
div.fps-view {
position: relative;
opacity: .5;
top: 10px;
left: 10px;
user-select: none;
}
}