Decrease canvas height slightly

This commit is contained in:
Torjus Håkestad 2021-04-11 01:04:17 +02:00
parent 03e6252fc3
commit 7ec29d0846

View File

@ -179,7 +179,7 @@ export default class StatsPie extends Vue {
canvas {
width: 70%;
height: auto;
max-height: 70vmin;
max-height: 60vmin;
}
.stats-container {
align-content: center;