diff options
| author | 2026-05-03 18:54:37 +0700 | |
|---|---|---|
| committer | 2026-05-03 18:54:37 +0700 | |
| commit | d7969b3b63e67a4efdf08dfea8ac10aa7edba811 (patch) | |
| tree | c1f59a36b93120a3051dd42b7a57dd420e46c1e0 /views | |
| parent | d36342b00c90b7bc9f02e07116e76de6b7b0c23c (diff) | |
| download | web-d7969b3b63e67a4efdf08dfea8ac10aa7edba811.tar.gz web-d7969b3b63e67a4efdf08dfea8ac10aa7edba811.zip | |
fix: tags pick height issue in landscape mode
Diffstat (limited to 'views')
| -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 d2af92b..9c0f7fd 100644 --- a/views/pages/blog-catalogue.html +++ b/views/pages/blog-catalogue.html @@ -56,7 +56,7 @@ </symbol> </svg> <div class="flex md:flex-row flex-col text-base h-full"> - <div class="relative flex shrink-0 w-full max-h-[30%] md:min-w-1/10 md:max-w-1/4 md:w-fit"> + <div class="relative flex shrink-0 w-full max-h-[30%] md:min-w-1/10 md:max-w-1/4 md:max-h-full md:h-full md:w-fit"> <div class="absolute w-full h-full inset-shadow-[0_0_0.4rem_black] pointer-events-none z-20"></div> <form hx-get="/api/v1/blog-search" hx-vals='{"lang": "{{ .Lang }}"}' hx-target=".blog-cards" hx-swap="innerHTML" class="tags-list relative flex flex-col w-full bg-paper bg-background-light"> |