From 03412683051d145d1bb20316f182de62f64ab417 Mon Sep 17 00:00:00 2001 From: CPunisher <1343316114@qq.com> Date: Tue, 20 Jun 2023 18:44:40 +0800 Subject: [PATCH] feat: discord announcement --- src/components/Qrcode.css | 11 ++++++++++- src/containers/app/InputText.js | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index a0adebc..8a6f943 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -349,8 +349,17 @@ td { transition-duration: 0.3s; } +.Qr-new-discord { + font-size: 12px; + position: absolute; + left: 0; + bottom: -54px; + font-weight: bold; + text-decoration: underline; +} + @media (min-width: 500px) { - .Qr-input-hint { + .Qr-input-hint, .Qr-new-discord { margin-top: 14px; font-size: 14px; } diff --git a/src/containers/app/InputText.js b/src/containers/app/InputText.js index 2c98a53..299a852 100644 --- a/src/containers/app/InputText.js +++ b/src/containers/app/InputText.js @@ -69,6 +69,9 @@ const InputText = ({dispatch}) => {
上传普通二维码或输入网址
+ + New!加入 QRBTF Discord + ); }