update statsgrid
This commit is contained in:
@ -226,8 +226,9 @@ export class DeesStatsGrid extends DeesElement {
|
||||
|
||||
.gauge-container {
|
||||
width: 140px;
|
||||
height: 70px;
|
||||
height: 80px;
|
||||
position: relative;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.gauge-svg {
|
||||
@ -473,10 +474,10 @@ export class DeesStatsGrid extends DeesElement {
|
||||
|
||||
// SVG dimensions and calculations
|
||||
const width = 140;
|
||||
const height = 70;
|
||||
const height = 80;
|
||||
const strokeWidth = 8;
|
||||
const padding = strokeWidth / 2 + 2;
|
||||
const radius = 40;
|
||||
const radius = 48;
|
||||
const centerX = width / 2;
|
||||
const centerY = height - padding;
|
||||
|
||||
|
Reference in New Issue
Block a user