File tree Expand file tree Collapse file tree
src/vs/workbench/parts/search/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66.search-viewlet .search-widgets-container {
7- margin : 6px 17 px 0 2px ;
7+ margin : 6px 9 px 0 2px ;
88}
99
1010.search-viewlet .search-widget .toggle-replace-button {
Original file line number Diff line number Diff line change @@ -503,11 +503,11 @@ export class SearchViewlet extends Viewlet {
503503 return ;
504504 }
505505
506- this . searchWidget . setWidth ( this . size . width - 34 /* container margin */ ) ;
506+ this . searchWidget . setWidth ( this . size . width - 25 /* container margin */ ) ;
507507
508- this . inputPatternExclusions . setWidth ( this . size . width - 36 /* container margin */ ) ;
509- this . inputPatternIncludes . setWidth ( this . size . width - 36 /* container margin */ ) ;
510- this . inputPatternGlobalExclusions . width = this . size . width - 36 /* container margin */ - 24 /* actions */ ;
508+ this . inputPatternExclusions . setWidth ( this . size . width - 28 /* container margin */ ) ;
509+ this . inputPatternIncludes . setWidth ( this . size . width - 28 /* container margin */ ) ;
510+ this . inputPatternGlobalExclusions . width = this . size . width - 28 /* container margin */ - 24 /* actions */ ;
511511
512512 let searchResultContainerSize = this . size . height - dom . getTotalHeight ( this . searchWidgetsContainer . getContainer ( ) ) - 6 /** container margin top */ ;
513513 this . results . style ( { height : searchResultContainerSize + 'px' } ) ;
You can’t perform that action at this time.
0 commit comments