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