| author | 2025-10-17 02:12:52 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:12:52 +0700 | |
| commit | 88244f64a8e08a41bd953e7da72934cba14114db (patch) | |
| tree | f9aea7a86461b2c074e8d12adab8417d4dd2a506 /views/pages | |
| parent | 75c0ddd818efc983db47ec207bd680b7773bd9cd (diff) | |
| download | web-88244f64a8e08a41bd953e7da72934cba14114db.tar.gz web-88244f64a8e08a41bd953e7da72934cba14114db.zip | |
feat: translate the remainings of vh/vw to dvh/dvw
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 05a7bc5..3845275 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -50,7 +50,7 @@ </div> </form> - <div class="w-[0.5vh] border-r-2 border-dotted border-main-dark bg-background-dark"></div> + <div class="w-[0.5dvh] border-r-2 border-dotted border-main-dark bg-background-dark"></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 grow flex flex-col overflow-y-auto bg-background-light inset-shadow p-6"> |