This commit is contained in:
2019-01-29 00:32:30 +00:00
parent 6fce2ae8fe
commit 3432a56a58
4 changed files with 10 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<h1>About AyaNova</h1>-->
<v-layout row>
<v-flex xs12 sm6 offset-sm3>
<v-flex><!-- xs12 sm6 offset-sm3 -->
<v-card>
<v-toolbar>
<v-avatar size="64px" tile>

View File

@@ -2,7 +2,7 @@
<v-layout row>
<v-flex>
<h1>{{ lt("Log")}}</h1>
<v-textarea v-model="logText" full-width readonly></v-textarea>
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
</v-flex>
</v-layout>
</template>

View File

@@ -1,8 +1,11 @@
<template>
<v-container fluid>
<v-layout row wrap="">
<v-flex xs12 class="text-xs-center" mt-5 ml-5 pl-5>
<v-img :src="require('../assets/logo.svg')" class="my-3" contain height="200"></v-img>
<v-flex xs12 class="hidden-sm-and-down text-xs-center" mt-5 ml-5 pl-5>
<v-img :src="require('../assets/logo.svg')" class="my-3" contain height="200"></v-img>
</v-flex>
<v-flex xs12 class="hidden-md-and-up text-xs-center">
<v-img :src="require('../assets/logo.svg')" contain height="64"></v-img>
</v-flex>
<v-flex xs12 sm6 offset-sm3 mt-3>
<form>