From cfd9339e48742c484e38fb749db1c9bd3aa1ebb9 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 13 Jan 2026 17:22:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=203.10.8:?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D1=81=D1=87?= =?UTF-8?q?=D1=91=D1=82=D1=87=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TestWords.css | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1281604..36435ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.7 +3.10.8 diff --git a/play-life-web/package.json b/play-life-web/package.json index 5abf9a0..5aed656 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.10.7", + "version": "3.10.8", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TestWords.css b/play-life-web/src/components/TestWords.css index 27eeb03..7a48df7 100644 --- a/play-life-web/src/components/TestWords.css +++ b/play-life-web/src/components/TestWords.css @@ -86,9 +86,13 @@ .test-progress { margin-top: 1rem; text-align: center; + display: flex; + justify-content: center; + align-items: center; + width: 100%; } -.progress-text { +.test-progress .progress-text { font-size: 1.5rem; color: #2c3e50; font-weight: 500;