diff options
| author | 2025-10-15 21:34:05 +0700 | |
|---|---|---|
| committer | 2025-10-15 21:34:05 +0700 | |
| commit | e231d8a3074853fbdbae9b368976bd902a1428f7 (patch) | |
| tree | 7eaf6c42a4ce43868ada8db7e7db4a7e5439f778 /views/pages/blog-catalogue.html | |
| parent | 739a4af71187e82fd58956e5ad36f0baefddf3c4 (diff) | |
| download | web-e231d8a3074853fbdbae9b368976bd902a1428f7.tar.gz web-e231d8a3074853fbdbae9b368976bd902a1428f7.zip | |
feat: use dvw/dvh instead of vw/vh
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 d567711..27ae2b8 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-1.1: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-1.1:min-w-[10vh] ar-gt-1.1:max-w-[20vh] ar-gt-1.1:w-fit ar-lt-1.1:w-[100%] ar-lt-1.1:max-h-[25%] flex shrink-0 flex-col ar-gt-1.1:mr-6"> + class="tags-list ar-gt-1.1:min-w-[10dvh] ar-gt-1.1:max-w-[20dvh] ar-gt-1.1:w-fit ar-lt-1.1:w-[100%] ar-lt-1.1:max-h-[25%] flex shrink-0 flex-col ar-gt-1.1:mr-6"> <div class="flex flex-col overflow-y-auto"> <fieldset> <legend class="font-bold w-[100%] text-center">{{ .L.BlogSearch.TagsHeader }}</legend> |