mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
chore: removed background gradient from header
This commit is contained in:
parent
e57c15cc37
commit
5d3ef02ef7
@ -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'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user