forked from Github/frigate
Layout tweaks (#10365)
* Cleanup review items * Fix spacing * Fix -1 text * Cleanup scroll * Show activity indicator when review items are null * Show no preview text when not found * Add padding to buttons * Simplify comparisons
This commit is contained in:
@@ -366,7 +366,7 @@ export function MobileRecordingView({
|
||||
|
||||
return (
|
||||
<div ref={contentRef} className="flex flex-col relative w-full h-full">
|
||||
<div className="flex justify-evenly items-center">
|
||||
<div className="flex justify-evenly items-center p-2">
|
||||
<Button className="rounded-lg" onClick={() => navigate(-1)}>
|
||||
<IoMdArrowRoundBack className="size-5 mr-[10px]" />
|
||||
Back
|
||||
|
||||
Reference in New Issue
Block a user