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:
Nicolas Mowen
2024-03-11 07:05:44 -06:00
committed by GitHub
parent cac5bccbe7
commit 838ef636f8
4 changed files with 41 additions and 19 deletions

View File

@@ -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