aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/tubo/views/search.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views/search.cljs b/src/frontend/tubo/views/search.cljs
index 9938f53..0ff3d16 100644
--- a/src/frontend/tubo/views/search.cljs
+++ b/src/frontend/tubo/views/search.cljs
@@ -19,7 +19,7 @@
(when scrolled-to-bottom?
(rf/dispatch [::events/search-pagination q serviceId next-page-url]))
[:div.flex.flex-col.items-center.flex-auto
- [:div.flex.flex-col.items-center.w-full.pt-4.flex-initial
+ [:div.flex.flex-col.items-center.w-full.p-4.flex-initial
[:h2 (str "Showing search results for: \"" q "\"")]
[:h1 (str "Number of search results: " (count items))]]
(if page-loading?