fix: hide while no social buttons

This commit is contained in:
Tristan Yang
2023-06-20 17:40:35 +08:00
parent 521f912b05
commit 13c9b71c05
5 changed files with 10 additions and 18 deletions
+4
View File
@@ -329,3 +329,7 @@ input[type="number"]::-webkit-outer-spin-button {
appearance: none;
margin: 0;
}
/* 登录注册页面的底部社会化登录,如果为空,则不显示or分割线 */
.or:has(+ .socials:empty) {
display: none;
}