fix: also add navigator padding when playing the first track in a queue
This commit is contained in:
@@ -9,7 +9,7 @@ export function useNavigatorPadding() {
|
||||
|
||||
return {
|
||||
paddingTop: headerHeight,
|
||||
paddingBottom: index ? 68 : 0
|
||||
paddingBottom: index !== undefined ? 68 : 0
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user