fix(UptimelinkWebwidget): Remove incorrect scale transformation in focused state.
This commit is contained in:
@ -89,7 +89,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
||||
.mainbox.focused {
|
||||
width: 182px;
|
||||
height: 117px;
|
||||
transform: translateX(-16px)scale(1.1, 1.1);
|
||||
transform: translateX(-16px);
|
||||
background: ${this.goBright ? '#ffffff' : '#222222' } !important;
|
||||
box-shadow: ${this.goBright ? '0px 0px 5px rgba(0,0,0,0.1)' : ''} !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user