diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-04 18:13:10 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-03-04 18:13:10 +0100 |
commit | 1cfad71608a6947d331f2de3b1f71813c33da392 (patch) | |
tree | 517a2d89b5b739776d89a4d10e36d0979afdde65 /templates/headers/_display_top_nav.html.ep | |
parent | 9aee03308b838cda11b2fdc9dc7bd0605e5545ec (diff) |
better mobile support for displayheaders
Diffstat (limited to 'templates/headers/_display_top_nav.html.ep')
-rw-r--r-- | templates/headers/_display_top_nav.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/headers/_display_top_nav.html.ep b/templates/headers/_display_top_nav.html.ep index 6279f5f..ca5001b 100644 --- a/templates/headers/_display_top_nav.html.ep +++ b/templates/headers/_display_top_nav.html.ep @@ -1,6 +1,6 @@ <div class="pure-g"> - <div class="pure-u-1-2 pure-u-md-1-4"> + <div class="pure-u-1 pure-u-md-1-4"> <div class="pure-menu pure-menu-horizontal"> <ul class="pure-menu-list"> %# <a href="<%= url_with($prefsurl) %>"><%= TXT 'userconfig' %></a> @@ -15,7 +15,7 @@ </div> </div> - <div class="pure-u-1-2 pure-u-md-1-4"> + <div class="pure-u-1 pure-u-md-1-4"> %= form_for '' => (class => 'pure-form') => begin %= label_for search => ucfirst(l 'search') %= search_field search => (size => 8) |