mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00: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:
parent
da519c2250
commit
8ee99adb2d
2 changed files with 17 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue