Allow <window resizable='false' /> in default HTML5 template
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
|
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
|
||||||
#content { background: #000000; width: 100%; height: 100%; }
|
#content { background: #000000; width: ::if (WIN_RESIZABLE)::100%::elseif (WIN_WIDTH > 0)::::WIN_WIDTH::px::else::100%::end::; height: ::if (WIN_RESIZABLE)::100%::elseif (WIN_WIDTH > 0)::::WIN_HEIGHT::px::else::100%::end::; }
|
||||||
::foreach assets::::if (type == "font")::
|
::foreach assets::::if (type == "font")::
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: '::fontName::';
|
font-family: '::fontName::';
|
||||||
|
|||||||
Reference in New Issue
Block a user