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