mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-21 04:52:54 +09: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