mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 01:50:13 +08:00
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:
parent
ed453750fe
commit
85a628f8dd
@ -263,6 +263,7 @@ export const PluginBrowser: FC<PluginBrowserProps> = ({
|
||||
items={pluginTypeTabItems}
|
||||
className="w-full"
|
||||
size="small"
|
||||
centered
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user