Merge pull request #3332 from BrokenEagle/feat-add-searchlink
Added searchbox link to responsive view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
<% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %>
|
||||
<li><%= link_to "Wiki", "#", :id => "show-excerpt-link" %></li>
|
||||
<% end %>
|
||||
|
||||
<li id="searchbox-redirect-link"><a href="#search-box">Search»</a></li>
|
||||
</menu>
|
||||
|
||||
<%= render "posts/partials/index/edit" %>
|
||||
|
||||
Reference in New Issue
Block a user