fix: hide while no social buttons
This commit is contained in:
@@ -329,3 +329,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
/* 登录注册页面的底部社会化登录,如果为空,则不显示or分割线 */
|
||||
.or:has(+ .socials:empty) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user