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:
Kendall Garner 2023-05-21 23:01:37 +00:00 committed by GitHub
parent da519c2250
commit 8ee99adb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View file

@ -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