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