修复登录二次验证页面内容位置

This commit is contained in:
lutinglt
2025-08-17 10:39:50 +08:00
parent d311072ca0
commit 77c3842a43
2 changed files with 5 additions and 1 deletions

3
.github/release.md vendored
View File

@@ -3,12 +3,13 @@
##### 更符合 GitHub 风格 ##### 更符合 GitHub 风格
- 同步查看代码文件内容时的样式 - 同步查看代码文件内容时的样式
- 优化查看代码文件内容时的体验 (去掉了一些底部元素) - 优化查看代码文件内容时的体验 (去掉了一些底部元素, 优化滚动体验)
### 🐞 Fix ### 🐞 Fix
- 修复红绿色盲主题的代码高亮色 - 修复红绿色盲主题的代码高亮色
- 修复仓库中文 README 时的按钮下划线长度 - 修复仓库中文 README 时的按钮下划线长度
- 修复登录二次验证页面内容位置
## 📃 English (From AI) ## 📃 English (From AI)

View File

@@ -9,6 +9,9 @@ export const signIn = css`
> .ui.container { > .ui.container {
max-width: unset; max-width: unset;
} }
&:only-child {
width: 100%;
}
} }
.ui.top.attached.header { .ui.top.attached.header {
border: 0; border: 0;