navbar style

This commit is contained in:
lutinglt
2026-02-02 15:53:43 +08:00
parent 86d67a4559
commit d65a5e8f67
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import { css, customThemeVars, otherThemeVars, themeVars } from "src/types/vars"
export const navbarRight = css`
#navbar {
border-bottom: 0;
padding: 8px 16px; // 上下内边距 + .navbar-left & .navbar-right 的 min-height = 64px
min-height: 64px;
.navbar-left,