forked from Github/frigate
refactor(web): add 3xl breakpoint
This commit is contained in:
committed by
Blake Blackshear
parent
063030bcf3
commit
ba278dfc3d
@@ -27,7 +27,7 @@ export default function App() {
|
||||
) : (
|
||||
<div className="flex flex-row min-h-screen w-full bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
|
||||
<Sidebar />
|
||||
<div className="w-full flex-auto p-2 mt-20 px-4 min-w-0">
|
||||
<div className="w-full flex-auto p-2 mt-24 px-4 min-w-0">
|
||||
<Router>
|
||||
<CameraMap path="/cameras/:camera/editor" />
|
||||
<Camera path="/cameras/:camera" />
|
||||
|
||||
Reference in New Issue
Block a user