mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-02 02:09:03 +08:00
style: align tab content horizontally and ignore agents.json with prettier
This commit is contained in:
parent
46e0b1c11e
commit
b4fdd1e8fa
@ -5,3 +5,4 @@ LICENSE.md
|
||||
tsconfig.json
|
||||
tsconfig.*.json
|
||||
CHANGELOG*.md
|
||||
agents.json
|
||||
|
||||
@ -194,6 +194,7 @@ const Tabs = styled(TabsAntd)`
|
||||
border-radius: 6px;
|
||||
margin-bottom: 5px !important;
|
||||
font-size: 14px;
|
||||
justify-content: center;
|
||||
&:hover {
|
||||
background-color: var(--color-background-soft);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user