Fix widget bg (#5952)

This commit is contained in:
tamaina 2020-02-15 21:42:45 +09:00 committed by GitHub
parent 72cb3b03af
commit dbb9199d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;