mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
bottom padding on bottom sheets
This commit is contained in:
parent
f0eebf05da
commit
777f04a51a
@ -27,7 +27,7 @@ export default function MobileCameraDrawer({
|
|||||||
<FaVideo className="text-muted-foreground" />
|
<FaVideo className="text-muted-foreground" />
|
||||||
</Button>
|
</Button>
|
||||||
</DrawerTrigger>
|
</DrawerTrigger>
|
||||||
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 mx-1 rounded-t-2xl">
|
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 pb-2 mx-1 rounded-t-2xl">
|
||||||
{allCameras.map((cam) => (
|
{allCameras.map((cam) => (
|
||||||
<div
|
<div
|
||||||
key={cam}
|
key={cam}
|
||||||
|
|||||||
@ -26,7 +26,7 @@ export default function MobileTimelineDrawer({
|
|||||||
<FaFlag className="text-muted-foreground" />
|
<FaFlag className="text-muted-foreground" />
|
||||||
</Button>
|
</Button>
|
||||||
</DrawerTrigger>
|
</DrawerTrigger>
|
||||||
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 mx-1 rounded-t-2xl">
|
<DrawerContent className="max-h-[75dvh] overflow-hidden flex flex-col items-center gap-2 px-4 pb-2 mx-1 rounded-t-2xl">
|
||||||
<div
|
<div
|
||||||
className={`w-full mx-4 py-2 text-center capitalize ${selected == "timeline" ? "bg-secondary rounded-lg" : ""}`}
|
className={`w-full mx-4 py-2 text-center capitalize ${selected == "timeline" ? "bg-secondary rounded-lg" : ""}`}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user