eliminate responsive tag list
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
@import "000_vars.scss";
|
@import "000_vars.scss";
|
||||||
|
|
||||||
#responsive-tag-list {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#desktop-version-link {
|
#desktop-version-link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -13,24 +9,14 @@
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#responsive-tag-list {
|
|
||||||
display: block;
|
|
||||||
font-size: 18pt;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
.post-count, .wiki-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text] {
|
|
||||||
width: 75%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#saved-searches-nav {
|
#saved-searches-nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside {
|
||||||
|
font-size: 18pt;
|
||||||
|
}
|
||||||
|
|
||||||
#maintoggle {
|
#maintoggle {
|
||||||
display: inline;
|
display: inline;
|
||||||
background-color: lighten($link_color, 13%);
|
background-color: lighten($link_color, 13%);
|
||||||
@@ -65,10 +51,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.paginator {
|
div.paginator {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -39,11 +39,6 @@
|
|||||||
<%= render "posts/partials/index/posts", :post_set => @post_set %>
|
<%= render "posts/partials/index/posts", :post_set => @post_set %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="responsive-tag-list">
|
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "responsive-tags" %>
|
|
||||||
<%= @post_set.presenter.tag_list_html(self) %>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<% content_for(:page_title) do %>
|
<% content_for(:page_title) do %>
|
||||||
<% if @post_set.tag_string.present? %>
|
<% if @post_set.tag_string.present? %>
|
||||||
<%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %>
|
<%= @post_set.humanized_tag_string %> - <%= Danbooru.config.app_name %>
|
||||||
|
|||||||
@@ -88,11 +88,6 @@
|
|||||||
<li><a href="#share">Share</a></li>
|
<li><a href="#share">Share</a></li>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<section id="responsive-tag-list">
|
|
||||||
<%= render "posts/partials/common/search", :path => posts_path, :tags => params[:tags], :tags_dom_id => "responsive-tags" %>
|
|
||||||
<%= @post.presenter.split_tag_list_html(self) %>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section id="comments">
|
<section id="comments">
|
||||||
<% if !CurrentUser.user.is_builder? %>
|
<% if !CurrentUser.user.is_builder? %>
|
||||||
<h2>Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.</h2>
|
<h2>Before commenting, read the <%= link_to "how to comment guide", wiki_pages_path(:search => {:title => "howto:comment"}) %>.</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user