Shrank Cards on the Dashboard. Implemented own Card as well.

This commit is contained in:
rocketdebris 2025-12-20 14:54:07 -05:00
parent 796b835c08
commit 6d9342a970
3 changed files with 58 additions and 20 deletions

View file

@ -232,11 +232,13 @@ watch(() => props.completedNumber, (newValue) => {
.chart-wrapper {
position: relative;
height: 300px;
margin-top: 20px;
height: 200px;
width: 200px;
/*margin-top: 20px;*/
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.chart-canvas {