AtlatestRepositorysigil-graphics
sigil-graphics / tree / test / test-shader-limitsstyles.css
1
/* test-shader-limits: the canvas at exactly its virtual size. */2
html, body { margin: 0; background: #06080f; color: #9aa4b8; font: 14px/1.4 monospace; }3
main { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 8px; }4
#stage { width: 640px; height: 480px; display: block; background: #000; }5
#status:empty { display: none; }