style(ui): center plugin browser tabs (#11205)

💄 style(ui): center plugin browser tabs

Center the tab items in the plugin browser component for better visual alignment and improved user experience.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
亢奋猫 2025-11-09 12:06:50 +08:00 committed by GitHub
parent ed453750fe
commit 85a628f8dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,6 +263,7 @@ export const PluginBrowser: FC<PluginBrowserProps> = ({
items={pluginTypeTabItems}
className="w-full"
size="small"
centered
/>
</div>