fix(core): correct doc icon padding in editor header (#13721)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Refined vertical spacing in the document icon picker header, reducing
excess top padding and setting a consistent bottom padding for a
cleaner, tighter layout.
* Improves visual alignment and readability without altering
functionality—interactions and behavior remain unchanged.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Cats Juice
2025-10-10 17:12:01 +08:00
committed by GitHub
parent 0063f039a7
commit a35332634a

View File

@@ -11,8 +11,7 @@ const TitleContainer = ({ children }: { children: React.ReactNode }) => {
<div
className="doc-icon-container"
style={{
paddingTop: 0,
paddingBottom: 0,
paddingBottom: 8,
}}
>
{children}