fix(HEL-240): 去掉登录页底部状态栏缺口
登录页覆盖全局 body 底边距,让左栏品牌面板铺满视口高度。 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
f905b44675
commit
aef8a059f2
@@ -1695,6 +1695,10 @@ button.account-role-badge:focus-visible {
|
||||
}
|
||||
|
||||
|
||||
body.login-portal {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.login-portal {
|
||||
min-height: 100vh;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user