summaryrefslogtreecommitdiffstats
path: root/core/search
diff options
context:
space:
mode:
Diffstat (limited to 'core/search')
-rw-r--r--core/search/css/results.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css
index 36a2ccc13c3..fd07561d133 100644
--- a/core/search/css/results.css
+++ b/core/search/css/results.css
@@ -12,6 +12,10 @@
/* account for margin-bottom in files list */
margin-top: -250px;
}
+#searchresults.filter-empty {
+ /* remove whitespace on bottom when no search results, to fix layout */
+ margin-top: 0 !important;
+}
#searchresults.hidden {
display: none;