mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 17:59:09 +08:00
fix: assistant nav style
This commit is contained in:
parent
acd5d4b192
commit
615e337e3f
@ -136,7 +136,7 @@ const Container = styled.div`
|
|||||||
border-right: 0.5px solid var(--color-border);
|
border-right: 0.5px solid var(--color-border);
|
||||||
height: calc(100vh - var(--navbar-height));
|
height: calc(100vh - var(--navbar-height));
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 10px 0;
|
padding-top: 10px;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
@ -124,7 +124,7 @@ const NavigtaionBack = styled.div`
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: ${isMac ? '16px' : 0};
|
margin-left: ${isMac ? '16px' : '4px'};
|
||||||
-webkit-app-region: none;
|
-webkit-app-region: none;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
color: var(--color-icon);
|
color: var(--color-icon);
|
||||||
|
|||||||
@ -137,6 +137,9 @@ const Container = styled.div`
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
margin-top: -10px;
|
||||||
`
|
`
|
||||||
|
|
||||||
const TopicListItem = styled.div`
|
const TopicListItem = styled.div`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user