From d5cc209a1572d7fd8e40f3dc1b415f89849e14f5 Mon Sep 17 00:00:00 2001 From: RaunoT Date: Fri, 5 Jan 2024 12:46:49 +0200 Subject: [PATCH 1/2] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1564849..585e4074 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ git clone https://github.com/RaunoT/plex-rewind.git --branch main 3. Run `docker compose build` to build the application and then `docker compose up -d` to start it. - To update, download the latest release, or if you cloned the repo, run `git pull` and repeat the docker compose commands. + To update, download the latest release, or if you cloned the repo, run `git pull` and then `docker compose up --build`. 4. The application should now be running on [http://localhost:8383](http://localhost:8383). From fc9bed0f724223f244e76a95852565c3b304ba60 Mon Sep 17 00:00:00 2001 From: Rauno Tegelmann Date: Fri, 5 Jan 2024 13:04:28 +0200 Subject: [PATCH 2/2] fix: desktop layout --- src/app/_components/CardWrapper.tsx | 2 +- src/app/dashboard/layout.tsx | 2 +- src/app/rewind/layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/_components/CardWrapper.tsx b/src/app/_components/CardWrapper.tsx index 0cf9b3e6..85383663 100644 --- a/src/app/_components/CardWrapper.tsx +++ b/src/app/_components/CardWrapper.tsx @@ -7,7 +7,7 @@ type Props = { export default function CardWrapper({ children, className }: Props) { return ( -
+
+
diff --git a/src/app/rewind/layout.tsx b/src/app/rewind/layout.tsx index c8bdd9e4..3e32032b 100644 --- a/src/app/rewind/layout.tsx +++ b/src/app/rewind/layout.tsx @@ -11,7 +11,7 @@ export default function RewindLayout({ children }: Props) { isRewindDisabled && notFound() return ( -
+
{children}