mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: sidebar mac style
This commit is contained in:
parent
c42bb4d72e
commit
5860e01df0
@ -120,8 +120,8 @@ const PlaceholderBorderMac = styled.div`
|
||||
border-right: 1px solid #1f1f1f;
|
||||
border-bottom: 0.5px solid var(--color-border);
|
||||
position: absolute;
|
||||
top: -0.5px;
|
||||
left: 0.5px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
`
|
||||
|
||||
const PlaceholderBorderWin = styled.div`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user