diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php index 0ae6f7f..d2d284c 100644 --- a/htdocs/assets/_floatingbar.php +++ b/htdocs/assets/_floatingbar.php @@ -70,16 +70,16 @@
SEARCH RESULTS
-All in one link shortener and management tool webapp
+DESCRIPTION
- #project + #TAG${results.message}
`; +} + searchInput.addEventListener('input', function() { if (searchInput.value != "") { perform_search(searchInput, searchDef, searchRes); diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index dd76133..8e0c86d 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -936,6 +936,14 @@ video { height: 100vh; } +.h-\[57vh\] { + height: 57vh; +} + +.h-\[59vh\] { + height: 59vh; +} + .w-0 { width: 0px; } diff --git a/htdocs/core/query_functions.php b/htdocs/core/query_functions.php index b56a21a..2579697 100644 --- a/htdocs/core/query_functions.php +++ b/htdocs/core/query_functions.php @@ -62,7 +62,7 @@ function fetch_search_results($conn, $keyword) { return $result; } else { - return array('results' => 'none'); + return array('results' => 'none', 'message' => ': ( No Results Found'); } } ?> \ No newline at end of file