mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
Fix widget bg (#5952)
This commit is contained in:
parent
36e7a8fb36
commit
e3bec2bfc1
2 changed files with 0 additions and 2 deletions
|
@ -83,7 +83,6 @@ export default define({
|
|||
}
|
||||
|
||||
.tl {
|
||||
height: 100%;
|
||||
background: var(--bg);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,6 @@ export default define({
|
|||
}
|
||||
|
||||
.tl {
|
||||
height: 100%;
|
||||
padding: 8px;
|
||||
background: var(--bg);
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in a new issue