mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
margin on single column layout
This commit is contained in:
parent
7ab4763546
commit
d90505388b
@ -85,7 +85,7 @@ function Live() {
|
||||
return (
|
||||
<LivePlayer
|
||||
key={camera.name}
|
||||
className={`rounded-2xl bg-black ${grow}`}
|
||||
className={`mb-2 md:mb-0 rounded-2xl bg-black ${grow}`}
|
||||
cameraConfig={camera}
|
||||
liveChips
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user