mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
Fix full screen overflow (#113)
* fix text overflow making image take up too much space in full screen * Fix missing key --------- Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
@@ -72,7 +72,10 @@ export const FullScreenPlayerQueue = () => {
|
||||
position="center"
|
||||
>
|
||||
{headerItems.map((item) => (
|
||||
<Box pos="relative">
|
||||
<Box
|
||||
key={`tab-${item.label}`}
|
||||
pos="relative"
|
||||
>
|
||||
<Button
|
||||
fullWidth
|
||||
uppercase
|
||||
|
||||
Reference in New Issue
Block a user