Fix widget bg (#5952)
This commit is contained in:
parent
72cb3b03af
commit
dbb9199d6f
2 changed files with 0 additions and 2 deletions
|
@ -83,7 +83,6 @@ export default define({
|
||||||
}
|
}
|
||||||
|
|
||||||
.tl {
|
.tl {
|
||||||
height: 100%;
|
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -150,7 +150,6 @@ export default define({
|
||||||
}
|
}
|
||||||
|
|
||||||
.tl {
|
.tl {
|
||||||
height: 100%;
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in a new issue