chroma变量和修复注册页导航栏

This commit is contained in:
lutinglt
2025-08-08 21:40:21 +08:00
parent 2bf3ef90f1
commit 2338383f76
7 changed files with 130 additions and 279 deletions

View File

@@ -2,7 +2,8 @@ import { css, otherThemeVars, themeVars } from "src/types/vars";
export const navbarRight = css`
#navbar {
.navbar-right {
// 进入用户页面后, 避免注册, 登录和首页等意外覆盖
.navbar-right:has(.user-menu) {
gap: 8px;
// 右侧按钮, 但不包括头像
> .item:not(:last-child) {