style(client): reduce expanded search height

This commit is contained in:
_Kerman
2026-08-11 16:49:26 +08:00
parent fcbe3ac836
commit 79b9f3d524
2 changed files with 3 additions and 3 deletions
@@ -96,7 +96,7 @@ describe('WorkspaceBrowser.module.css list', () => {
it('keeps the compact fade, overflow control, search field, and row heights', () => {
expect(declarations('.fade')?.get('height')).toBe('24px')
expect(declarations('.sessionOverflowButton')?.get('height')).toBe('28px')
expect(declarations('.searchExpanded')?.get('height')).toBe('34px')
expect(declarations('.searchExpanded')?.get('height')).toBe('30px')
expect(rowDeclarations('.projectRow')?.get('height')).toBe('34px')
expect(rowDeclarations('.sessionRow')?.get('height')).toBe('32px')
expect(rowDeclarations('.searchResultRow')?.get('min-height')).toBe('48px')