aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/index.tmpl.html
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-03-17 12:38:58 -0400
committerSamuel Johnson <[email protected]>2026-03-17 12:38:58 -0400
commit74826d20faf4d9b1d6ce0ffb711bd1e4e445f432 (patch)
tree48447fec6e0a57b2bdd96fed14bd928763f6a797 /ui/html/pages/index.tmpl.html
parentd2ecf6f3be46cae2948aa7ce8740f3e39a3f04ee (diff)
Fix mobile view
Diffstat (limited to 'ui/html/pages/index.tmpl.html')
-rw-r--r--ui/html/pages/index.tmpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html
index 5c91ab4..f4ca31e 100644
--- a/ui/html/pages/index.tmpl.html
+++ b/ui/html/pages/index.tmpl.html
@@ -14,8 +14,8 @@
<a href="/login" class="nav_tag right">Login</a>
{{end}}
</div>
- <div class="flex_end right_nofloat">
- <form action="/search" method="GET">
+ <div class="mobile_flexb flex_end right_nofloat">
+ <form action="/search" method="GET" class="mobile_fullw">
<input type="search" id="search_bar" name="query" placeholder="Search posts..." aria-label="Search for posts">
<button type="submit" id="search-button">Search</button>
</form>