Autoscale perktree

This commit is contained in:
Pavle Portic 2019-03-25 10:57:27 +01:00
parent 05768846fe
commit fa5e4cb6a3
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<v-container class="perktree"> <v-container class="perktree">
<v-layout row wrap> <v-layout row wrap>
<v-flex md8 offset-md2 sm12> <v-flex xl8 offset-xl2 sm12>
<v-card> <v-card>
<div id="perktree"></div> <div id="perktree"></div>
</v-card> </v-card>

View File

@ -1,7 +1,12 @@
.perktree .perktree
height 100%
.layout, .flex
height 100%
.v-card .v-card
padding 1rem padding 1rem
height 42rem height 100%
#perktree #perktree
height 100% height 100%