fix(core): update
This commit is contained in:
parent
d8ee065e25
commit
89bd6259df
@ -59,7 +59,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
|||||||
|
|
||||||
.mainbox.focused {
|
.mainbox.focused {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 128px;
|
height: 118px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.statusindicator {
|
.statusindicator {
|
||||||
@ -94,7 +94,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
|||||||
background: ${this.goBright ? 'rgba(0,0,0,0.07)' : 'rgba(255,255,255,0.07)'};
|
background: ${this.goBright ? 'rgba(0,0,0,0.07)' : 'rgba(255,255,255,0.07)'};
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
height: 40px;
|
height: 30px;
|
||||||
display: grid;
|
display: grid;
|
||||||
padding: 3px 3px;
|
padding: 3px 3px;
|
||||||
grid-template-columns: repeat(30, 4px);
|
grid-template-columns: repeat(30, 4px);
|
||||||
@ -113,7 +113,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
|||||||
.viewStatuspage {
|
.viewStatuspage {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
top: 90px;
|
top: 80px;
|
||||||
left: calc(50% - 95px);
|
left: calc(50% - 95px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: ${this.goBright ? 'rgba(0,0,0,0.07)' : 'rgba(255,255,255,0.07)'};
|
background: ${this.goBright ? 'rgba(0,0,0,0.07)' : 'rgba(255,255,255,0.07)'};
|
||||||
|
Loading…
Reference in New Issue
Block a user