7 lines
119 B
CSS
7 lines
119 B
CSS
|
/* Debug floating window */
|
||
|
#layer-preview .preview-canvas {
|
||
|
background-color: white;
|
||
|
width: 100%;
|
||
|
height: 150px;
|
||
|
}
|