Fix widget bg (#5952)

This commit is contained in:
tamaina 2020-02-15 21:42:45 +09:00 committed by GitHub
parent 36e7a8fb36
commit e3bec2bfc1
2 changed files with 0 additions and 2 deletions

View File

@ -83,7 +83,6 @@ export default define({
}
.tl {
height: 100%;
background: var(--bg);
}
}

View File

@ -150,7 +150,6 @@ export default define({
}
.tl {
height: 100%;
padding: 8px;
background: var(--bg);
box-sizing: border-box;