fix some UI issues

This commit is contained in:
2023-05-05 23:29:05 +08:00
parent ed582ebde5
commit a931a8b87e
3 changed files with 3 additions and 3 deletions

View File

@@ -196,6 +196,7 @@
overflow-x: auto;
}
.post-preview > p:not(:last-child),
.box-content > p:not(:last-child) {
margin-bottom: 1em;
}

View File

@@ -245,8 +245,7 @@ export class LoginForm extends Component {
复制 User Token
</a>
<br />
User
Token仅用于开发bot切勿告知他人若怀疑被盗号请刷新Token(刷新功能即将上线)
User Token仅用于开发bot切勿告知他人每次重置后Token失效
</p>
<p>
{this.state.is_admin && (

View File

@@ -215,7 +215,7 @@ class LoginPopupSelf extends Component {
<div className="thuhole-login-popup-info">
<p>提醒:</p>
<ul>
<li>新T树洞的匿名性来自隔离用户名与发布的内容而非试图隔离用户名与真实身份</li>
<li>新T树洞的匿名性来自隔离用户名与发布的内容也来自隔离用户名与真实身份</li>
<li> 目前一个人可能有多个帐号</li>
</ul>
</div>