forked from hound-search/hound
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add button to collapse/expand file body
When hound search returns a large number of results it can be annoying to scroll through the everything to find what you need. This adds a button to collapse file body in search results. Note that this change depends on hound-search#324 which adds new version of React which has support for React.createRef.
- Loading branch information
zhansongl
committed
Oct 5, 2019
1 parent
89266b7
commit 7336a83
Showing
3 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -352,3 +352,4 @@ button:focus { | |
margin-bottom: 40px; | ||
} | ||
|
||
.toggle-collapse-right { float: right } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.