diff options
| author | 2025-10-16 12:23:00 +0700 | |
|---|---|---|
| committer | 2025-10-16 12:23:00 +0700 | |
| commit | 44fe2478478225450becb77ad5d273462c9b400a (patch) | |
| tree | 299d22a03f84c7eb0bdc36ea679fcc8687e848c4 /views/pages | |
| parent | d3ffefbd3d9de2378b564e4c6f965c03a5a06113 (diff) | |
| download | web-44fe2478478225450becb77ad5d273462c9b400a.tar.gz web-44fe2478478225450becb77ad5d273462c9b400a.zip | |
feat: implement new prototype gallery
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 faa6588..05a7bc5 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -1,7 +1,7 @@ {{ define "body" }} <div class="flex flex-row ar-lt-0.8:flex-col text-base h-[100%]"> <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-[10dvh] ar-gt-0.8:max-w-[20dvh] ar-gt-0.8:w-fit ar-lt-0.8:w-[100%] ar-lt-0.8:max-h-[30%] flex shrink-0 flex-col ar-gt-0.8:mr-6 bg-background-light inset-shadow"> + class="tags-list ar-gt-0.8:min-w-[10dvh] ar-gt-0.8:max-w-[20dvh] ar-gt-0.8:w-fit ar-lt-0.8:w-[100%] ar-lt-0.8:max-h-[30%] flex shrink-0 flex-col ar-gt-0.8:mr-6 bg-background-dark ar-lt-0.8:bg-background-light inset-shadow"> <div class="flex flex-col overflow-y-auto"> <fieldset> <legend class="font-bold w-[100%] text-center">{{ .L.BlogSearch.TagsHeader }}</legend> |