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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#searchbox-redirect-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 660px) {
|
@media screen and (max-width: 660px) {
|
||||||
#desktop-version-link {
|
#desktop-version-link {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#searchbox-redirect-link {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
#saved-searches-nav {
|
#saved-searches-nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,8 @@
|
|||||||
<% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %>
|
<% elsif @post_set.is_single_tag? && !@post_set.is_metatag_search? %>
|
||||||
<li><%= link_to "Wiki", "#", :id => "show-excerpt-link" %></li>
|
<li><%= link_to "Wiki", "#", :id => "show-excerpt-link" %></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
<li id="searchbox-redirect-link"><a href="#search-box">Search»</a></li>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<%= render "posts/partials/index/edit" %>
|
<%= render "posts/partials/index/edit" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user