diff options
| author | 2026-04-04 05:59:30 +0700 | |
|---|---|---|
| committer | 2026-04-04 05:59:30 +0700 | |
| commit | 99294b260661a8d3f6992404de7881945eab837b (patch) | |
| tree | 7f8b83be18a70dbcf13c7a2dd642b672cedf3334 /views/pages | |
| parent | 24e1d0c620edf8585530669f12d7b9a5851e1594 (diff) | |
| download | web-99294b260661a8d3f6992404de7881945eab837b.tar.gz web-99294b260661a8d3f6992404de7881945eab837b.zip | |
feat: redo the design of blog catalog article rows
Diffstat (limited to 'views/pages')
| -rw-r--r-- | views/pages/blog-catalogue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/blog-catalogue.html b/views/pages/blog-catalogue.html index 7e02ced..2584bda 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -58,7 +58,7 @@ <div class="relative flex grow h-full"> <div class="absolute w-full h-full inset-0 inset-shadow-[0_0_0.4rem_black] pointer-events-none z-20"></div> <div hx-get="/api/v1/blog-search" hx-vals='js:{lang: "{{ .Lang }}", tz: clientTimeZone}' hx-target="this" hx-swap="innerHTML" hx-trigger="load" hx-include=".tags-list" - class="blog-cards relative grow flex flex-col overflow-y-auto bg-paper bg-background-light p-6"> + class="blog-cards relative grow flex flex-col overflow-y-auto bg-paper bg-background-light pr-2"> Loading... </div> </div> |