Move canvas styling to css

This commit is contained in:
Torjus Håkestad 2021-04-11 00:43:01 +02:00
parent 1d6496e1f1
commit 0936af13e0

View File

@ -176,8 +176,10 @@ export default class StatsPie extends Vue {
</script>
<style lang="scss" scoped>
canvas {
width: 70vmin;
}
.stats-container {
align-content: center;
max-height: 80vmin;
}
</style>