mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
Sidebar is full screen
This commit is contained in:
parent
063ed05738
commit
dc65720cba
@ -14,7 +14,7 @@ function Sidebar({
|
|||||||
setSheetOpen: (open: boolean) => void;
|
setSheetOpen: (open: boolean) => void;
|
||||||
}) {
|
}) {
|
||||||
const sidebar = (
|
const sidebar = (
|
||||||
<aside className="w-[52px] h-full sticky top-0 overflow-y-auto scrollbar-hidden py-4 flex flex-col justify-between">
|
<aside className="w-[52px] h-screen sticky top-0 overflow-y-auto scrollbar-hidden py-4 flex flex-col justify-between">
|
||||||
<div className="w-full flex flex-col gap-0 items-center">
|
<div className="w-full flex flex-col gap-0 items-center">
|
||||||
<Logo className="w-8 h-8 mb-6" />
|
<Logo className="w-8 h-8 mb-6" />
|
||||||
{navbarLinks.map((item) => (
|
{navbarLinks.map((item) => (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user