mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
fix(core): doc explorer navigation padding (#12430)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Style** - Updated navigation header to include additional left padding for improved spacing. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -8,6 +8,7 @@ export const container = style({
|
|||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
lineHeight: '26px',
|
lineHeight: '26px',
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
|
paddingLeft: 8,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const item = style({
|
export const item = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user