From 45cd64b2844ab1937e2c3259cb1cfd33439df27c Mon Sep 17 00:00:00 2001
From: Jimgo
Date: Mon, 31 Mar 2025 18:20:16 +0800
Subject: [PATCH] =?UTF-8?q?:ok:=20=E9=9A=90=E8=97=8F=E5=A4=B4=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/static/style.css | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index 62fc788..a22964d 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -189,6 +189,7 @@ body {
}
.user-profile {
+ display: none;
width: 32px;
height: 32px;
border-radius: 50%;
@@ -390,12 +391,13 @@ body {
}
body > div > div.userinfo_dialog > div > div > div {
- display: inline-flex;
+ display: inline-grid;
+ grid-template-columns: 20% 80%;
width: 100%;
}
#username {
- padding: 11px;
+ padding: 13px;
}
@@ -438,8 +440,12 @@ body > div > div.userinfo_dialog > div > div > div {
color: var(--body-color)
}
+#username {
+ /*width: 64px;*/
+}
+
body > div > div.userinfo_dialog > div > div > div input {
- width: 85%;
+ width: 100%;
padding: 10px;
display: block;
border-radius: 8px 8px 8px 8px;