Decrease canvas height slightly
This commit is contained in:
parent
03e6252fc3
commit
7ec29d0846
@ -179,7 +179,7 @@ export default class StatsPie extends Vue {
|
|||||||
canvas {
|
canvas {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 70vmin;
|
max-height: 60vmin;
|
||||||
}
|
}
|
||||||
.stats-container {
|
.stats-container {
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user