chore: removed background gradient from header

This commit is contained in:
JohnMark Sill 2022-01-12 23:12:07 -06:00
parent e57c15cc37
commit 5d3ef02ef7

View File

@ -197,10 +197,8 @@ export default function Camera({ camera }) {
return ( return (
<div className='flex bg-gray-900 w-full h-full justify-center'> <div className='flex bg-gray-900 w-full h-full justify-center'>
<div className='relative max-w-screen-md flex-grow w-full'> <div className='relative max-w-screen-md flex-grow w-full'>
<div <div className='absolute top-0 text-white w-full'>
className={`absolute top-0 text-white w-full transition-opacity duration-300 ${hideBanner && 'opacity-0'}`} <div className='flex pt-4 pl-4 items-center w-full h-16 z10'>
>
<div className='flex pt-4 pl-4 items-center bg-gradient-to-b from-black to-transparent w-full h-16 z10'>
{(playerType === 'live' || playerType === 'debug') && ( {(playerType === 'live' || playerType === 'debug') && (
<Fragment> <Fragment>
<Heading size='xl' className='mr-2'> <Heading size='xl' className='mr-2'>