Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix: disable progress bar if search results are empty (DSP-1575) (#442)
* fix: disable progress bar if search results are empty * aligned error message in center * add count query to check no of results for gravsearch
- Loading branch information
Snehal Kumbhar
committed
May 26, 2021
1 parent
8e927f7
commit 8c67d60
Showing
3 changed files
with
73 additions
and
7 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
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 |
---|---|---|
|
@@ -3,3 +3,8 @@ | |
.content { | ||
height: calc(100vh - #{$header-height}); | ||
} | ||
|
||
.no-results { | ||
margin: 64px auto; | ||
width: 400px; | ||
} |
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