fix(component): Fix sizing of status indicator in uptimelink-webwidget
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@uptime.link/webwidget',
|
||||
version: '1.2.1',
|
||||
version: '1.2.2',
|
||||
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user