mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
add bottom padding to fullscreenplayer header
This commit is contained in:
@@ -81,6 +81,7 @@ export const FullScreenPlayerQueue = () => {
|
|||||||
gap={0}
|
gap={0}
|
||||||
grow
|
grow
|
||||||
justify="center"
|
justify="center"
|
||||||
|
pb="md"
|
||||||
>
|
>
|
||||||
{headerItems.map((item) => (
|
{headerItems.map((item) => (
|
||||||
<div className={styles.headerItemWrapper} key={`tab-${item.label}`}>
|
<div className={styles.headerItemWrapper} key={`tab-${item.label}`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user