소스 검색

feat(frontend): add horizontal padding to search results overview

Miguel Ángel Moreno 1 년 전
부모
커밋
6a073096ff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/frontend/tubo/views/search.cljs

+ 1 - 1
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?