aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages/index.tmpl.html
diff options
context:
space:
mode:
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>