mirror of
https://github.com/thepaperpilot/Dream-Hero.git
synced 2024-11-21 16:13:53 +00:00
Minor fixes
This commit is contained in:
parent
1763c851a1
commit
1af91bd60f
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
<noscript>
|
||||
<strong>We're sorry but Dream Hero doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<Town />
|
||||
<Dream ref="dream" />
|
||||
</div>
|
||||
<transition name="app" v-else>
|
||||
<transition name="welcome" v-else>
|
||||
<div class="welcome" v-on:click="start">
|
||||
<img src="assets/logo.png" alt="Dream Hero" />
|
||||
</div>
|
||||
|
@ -61,6 +61,7 @@ export default {
|
|||
}
|
||||
|
||||
html {
|
||||
min-width: 640px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue