From f83fab30c7cc7108f5d9a6f98a8da257aee68cac Mon Sep 17 00:00:00 2001 From: Kirill Timchenko <49305219+adjsky@users.noreply.github.com> Date: Sat, 18 May 2024 22:33:57 +0300 Subject: [PATCH] fix button proportions (#199) --- CONTRIBUTING.md | 2 +- .../src/components/available-sessions.tsx | 6 +----- apps/client/src/components/back-button.tsx | 2 +- apps/client/src/components/button.tsx | 2 +- apps/client/src/components/player-list.tsx | 2 +- apps/client/src/screens/entry.tsx | 2 +- apps/client/src/screens/game.tsx | 2 +- apps/client/src/screens/waiting.tsx | 8 ++++---- ...\270\321\206\320\260-1-chromium-linux.png" | Bin 42317 -> 42220 bytes ...\272\320\276\320\262-1-chromium-linux.png" | Bin 9496 -> 9597 bytes ...\272\320\276\320\262-2-chromium-linux.png" | Bin 9080 -> 9208 bytes ...\272\320\276\320\262-3-chromium-linux.png" | Bin 9080 -> 9208 bytes ...\272\320\276\320\262-4-chromium-linux.png" | Bin 9744 -> 9726 bytes ...\272\320\276\320\262-5-chromium-linux.png" | Bin 9266 -> 9186 bytes ...\272\320\276\320\262-6-chromium-linux.png" | Bin 9266 -> 9186 bytes ...\272\320\276\320\262-7-chromium-linux.png" | Bin 9755 -> 9783 bytes ...\272\320\276\320\262-8-chromium-linux.png" | Bin 9159 -> 9136 bytes ...\272\320\276\320\262-9-chromium-linux.png" | Bin 9159 -> 9136 bytes ...\272\320\276\320\262-1-chromium-linux.png" | Bin 18942 -> 18924 bytes ...\272\320\276\320\262-2-chromium-linux.png" | Bin 23515 -> 23436 bytes package.json | 2 +- 21 files changed, 12 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d379ba70..f2063e97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,7 +88,7 @@ tilt up есть возможность запустить их вручную через консоль. ```bash -pnpm test:watch +pnpm test:e2e ``` ## Открытие Pull Request'а diff --git a/apps/client/src/components/available-sessions.tsx b/apps/client/src/components/available-sessions.tsx index 4397d9d7..29f49f5d 100644 --- a/apps/client/src/components/available-sessions.tsx +++ b/apps/client/src/components/available-sessions.tsx @@ -33,11 +33,7 @@ const AvailableSessions: React.FC = () => { return ( <> - diff --git a/apps/client/src/components/back-button.tsx b/apps/client/src/components/back-button.tsx index 642d4336..389cf4a9 100644 --- a/apps/client/src/components/back-button.tsx +++ b/apps/client/src/components/back-button.tsx @@ -9,7 +9,7 @@ const BackButton: React.FC<{ onClick?: () => void }> = ({ onClick }) => {