From ea95c0d875c1520426fe92fbb29aef79e392a19d Mon Sep 17 00:00:00 2001 From: Andrew Simachev Date: Fri, 17 Jan 2025 09:58:47 +0100 Subject: [PATCH] JS-6188, JS-6187: fix --- dist/challenge/index.html | 6 +++++- electron/js/window.js | 4 ++-- extension/entry.tsx | 2 +- src/json/text.json | 3 ++- src/scss/form/pin.scss | 3 ++- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dist/challenge/index.html b/dist/challenge/index.html index a6c77b5938..bc9c90b161 100644 --- a/dist/challenge/index.html +++ b/dist/challenge/index.html @@ -21,7 +21,8 @@ body { font-family: 'Inter', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; background-color: #fff; color: #252525; } .content { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 16px; height: 100%; } - .title { font-size: 18px; line-height: 26px; letter-spacing: -0.28px; font-weight: 700; margin: 0px 0px 24px 0px; text-align: center; } + .title { font-size: 18px; line-height: 26px; letter-spacing: -0.28px; font-weight: 700; margin: 0px 0px 4px 0px; text-align: center; } + .description { font-size: 14px; line-height: 22px; letter-spacing: -0.28px; font-weight: 400; margin: 0px 0px 24px 0px; text-align: center; } #challenge { display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 0px 8px; } #challenge .number { background-color: #f2f2f2; border-radius: 12px; font-weight: 700; font-size: 36px; line-height: 40px; padding: 12px; } @@ -31,6 +32,7 @@
+