Decrease canvas height slightly
This commit is contained in:
parent
03e6252fc3
commit
7ec29d0846
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user