2022-11-27 06:54:34 -06:00
|
|
|
/* Debug floating window */
|
|
|
|
#layer-preview .preview-canvas {
|
|
|
|
background-color: white;
|
|
|
|
width: 100%;
|
|
|
|
height: 150px;
|
|
|
|
}
|
2022-11-29 14:55:25 -06:00
|
|
|
|
|
|
|
#layer-manager .menu-container {
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layer-render-target {
|
|
|
|
position: fixed;
|
|
|
|
background-color: #466;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layer-render-target .collection {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layer-render-target .collection > .collection-input-overlay {
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layer-render-target canvas {
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|