fix(component): Fix sizing of status indicator in uptimelink-webwidget

This commit is contained in:
2025-01-09 04:05:19 +01:00
parent 54e0690f0a
commit f914b26e78
3 changed files with 9 additions and 3 deletions

View File

@ -95,8 +95,9 @@ export class UptimelinkWebwidget extends DeesElement {
}
.statusindicator {
height: 20px;
width: 20px;
transform: translate(4px, 4px);
height: 12px;
width: 12px;
background: #66BB6A;
border-radius: 10px;
}