mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Fix widget bg (#5952)
This commit is contained in:
parent
36e7a8fb36
commit
e3bec2bfc1
@ -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 New Issue
Block a user