diff --git a/app/assets/stylesheets/specific/z_responsive.scss b/app/assets/stylesheets/specific/z_responsive.scss index 5c04d9f9e..ad7c26d16 100644 --- a/app/assets/stylesheets/specific/z_responsive.scss +++ b/app/assets/stylesheets/specific/z_responsive.scss @@ -4,11 +4,19 @@ display: none; } +#searchbox-redirect-link { + display: none; +} + @media screen and (max-width: 660px) { #desktop-version-link { display: inline; } + #searchbox-redirect-link { + display: inline; + } + #saved-searches-nav { display: none; } diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index 0fdff2cfa..7caa88ca4 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -32,6 +32,8 @@ <% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %>