fix(core): update
This commit is contained in:
		| @@ -123,6 +123,11 @@ export class UptimelinkWebwidget extends DeesElement { | ||||
|           border-radius: 3px 3px 10px 10px; | ||||
|           padding: 5px; | ||||
|           margin-top: 10px; | ||||
|           transition: background 0.1s; | ||||
|         } | ||||
|  | ||||
|         .viewStatuspage:hover { | ||||
|           background: ${this.goBright ? 'rgba(0,0,0,0.1)' : 'rgba(255,255,255,0.1)'}; | ||||
|         } | ||||
|       </style> | ||||
|       <div class="mainbox ${this.isFocused ? 'focused' : null}"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user