chore: adjust quick search style (#6906)

close TOV-854
<img width="651" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/f281eb82-852c-411d-b3dd-4bf7d7ce74e8">
This commit is contained in:
JimmFly
2024-05-14 07:28:25 +00:00
parent 431ed770fa
commit 1b91ffa6a5
4 changed files with 15 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ export const searchInput = style({
export const pageTitleWrapper = style({
display: 'flex',
alignItems: 'center',
padding: '18px 24px 0 24px',
padding: '18px 16px 0',
width: '100%',
});
export const pageTitle = style({
@@ -113,9 +113,11 @@ globalStyle(`${root} [cmdk-list]`, {
overflow: 'auto',
overscrollBehavior: 'contain',
height: 'min(330px, calc(var(--cmdk-list-height) + 8px))',
padding: '0 0 8px 6px',
margin: '8px 6px',
scrollbarGutter: 'stable',
scrollPaddingBlock: '12px',
scrollbarWidth: 'thin',
scrollbarColor: `${cssVar('iconColor')} transparent`,
});
globalStyle(`${root} [cmdk-list]:not([data-opening])`, {
transition: 'height .1s ease',