diff options
| author | 2025-08-12 23:21:56 +0700 | |
|---|---|---|
| committer | 2025-08-12 23:21:56 +0700 | |
| commit | c5c17c6faca1bd0e7b9522010e36e4fdf87aec6a (patch) | |
| tree | ebf5b5212ee0f5fb61210d587f12baa2ab70351e /views/pages/blog-catalogue.html | |
| parent | cd8746883e558e8527355e1c2342e8053848e91c (diff) | |
| download | web-c5c17c6faca1bd0e7b9522010e36e4fdf87aec6a.tar.gz web-c5c17c6faca1bd0e7b9522010e36e4fdf87aec6a.zip | |
feat: make working timezone shift in galleriesv0.5.5
fix: overflown blog page content
fix: raise footer a bit higher in desktop mode
refactor: start blog catalogue with publication date desc sort
Diffstat (limited to 'views/pages/blog-catalogue.html')
| -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 4cda19d..962932e 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -1,5 +1,5 @@ {{ define "body" }} -<div class="flex flex-row ar-lt-0.8:flex-col max-h-[calc(100%-6vmax)] ar-lt-0.8:max-h-[80%] flex-1 text-[1vmax]"> +<div class="flex flex-row ar-lt-0.8:flex-col max-h-[calc(100%-7vmax)] ar-lt-0.8:max-h-[80%] flex-1 text-[1vmax]"> <form hx-get="/api/v1/blog-search" hx-vals='{"lang": "{{ .Lang }}"}' hx-target=".blog-cards" hx-swap="innerHTML" class="tags-list ar-gt-0.8:min-w-[10vh] ar-gt-0.8:max-w-[20vh] ar-gt-0.8:w-fit ar-lt-0.8:w-[100%] flex shrink-0 flex-col overflow-y-auto ar-gt-0.8:mr-[1.2vmin]"> <fieldset> |