Move canvas styling to css
This commit is contained in:
parent
1d6496e1f1
commit
0936af13e0
@ -176,8 +176,10 @@ export default class StatsPie extends Vue {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
canvas {
|
||||||
|
width: 70vmin;
|
||||||
|
}
|
||||||
.stats-container {
|
.stats-container {
|
||||||
align-content: center;
|
align-content: center;
|
||||||
max-height: 80vmin;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user