From 1efa72c40370d435840e1f4286b9a0db789d2c4a Mon Sep 17 00:00:00 2001
From: xdragon <283824437@qq.com>
Date: Thu, 5 Sep 2024 12:05:14 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E4=B8=AD=E6=96=87=EF=BC=8C=E5=90=8E=E5=8F=B0=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E8=8F=9C=E5=8D=95=E5=AE=BD=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/App.tsx | 2 +-
admin/src/index.css | 6 +++---
admin/src/pages/LoginScreen.tsx | 14 +++++++-------
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/admin/src/App.tsx b/admin/src/App.tsx
index 885ec86e3..f06e0b100 100644
--- a/admin/src/App.tsx
+++ b/admin/src/App.tsx
@@ -91,7 +91,7 @@ export const App = ()=> {
- Etherpad
+ Etherpad
diff --git a/admin/src/index.css b/admin/src/index.css
index 99a406ee7..064e9d27a 100644
--- a/admin/src/index.css
+++ b/admin/src/index.css
@@ -34,8 +34,8 @@ div.menu {
display: flex;
align-items: center;
justify-content: center;
- max-width: 20%;
- min-width: 20%;
+ max-width: 15%;
+ min-width: 10%;
}
.icon-button{
@@ -422,7 +422,7 @@ pre {
margin: 0;
text-align: center;
color: var(--etherpad-color);
- font-size: 4rem;
+ font-size: 2rem;
font-weight: 1000;
}
diff --git a/admin/src/pages/LoginScreen.tsx b/admin/src/pages/LoginScreen.tsx
index 61ac8993e..2af237856 100644
--- a/admin/src/pages/LoginScreen.tsx
+++ b/admin/src/pages/LoginScreen.tsx
@@ -27,7 +27,7 @@ export const LoginScreen = ()=>{
if(!r.ok) {
useStore.getState().setToastState({
open: true,
- title: "Login failed",
+ title: "登录失败",
success: false
})
} else {
@@ -40,21 +40,21 @@ export const LoginScreen = ()=>{
return