Fix scrubber height
This commit is contained in:
@@ -184,12 +184,13 @@ export function Scrubber({
|
|||||||
a.justify_end,
|
a.justify_end,
|
||||||
a.py_lg,
|
a.py_lg,
|
||||||
{
|
{
|
||||||
paddingBottom: insets.bottom + a.py_md.paddingBottom,
|
paddingBottom: insets.bottom + tokens.space.md,
|
||||||
height:
|
height:
|
||||||
// bottom padding
|
// bottom padding
|
||||||
insets.bottom +
|
insets.bottom +
|
||||||
// actual height
|
// actual height
|
||||||
tokens.space.xl,
|
tokens.space.xl +
|
||||||
|
tokens.space.md,
|
||||||
},
|
},
|
||||||
a.z_10,
|
a.z_10,
|
||||||
]}>
|
]}>
|
||||||
@@ -226,7 +227,7 @@ export function ScrubberPlaceholder() {
|
|||||||
a.w_full,
|
a.w_full,
|
||||||
{
|
{
|
||||||
// same as Scrubber
|
// same as Scrubber
|
||||||
height: bottom + tokens.space.xl,
|
height: bottom + tokens.space.xl + tokens.space.md,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user