mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Adjusted tags section on browse page
This commit is contained in:
parent
aa35f2f158
commit
9da6f128ec
2 changed files with 5 additions and 1 deletions
|
@ -820,6 +820,9 @@ a.tag:hover {
|
|||
.browse-page h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.browse-page .tags {
|
||||
padding: 0 30px 30px 30px;
|
||||
}
|
||||
.interior .header-Outro.with-columns .col.filter {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 4px;
|
||||
|
|
|
@ -111,11 +111,12 @@
|
|||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<div class="row website-Gallery content int-Gall">
|
||||
<div class="tags">
|
||||
<h4>Tags</h4>
|
||||
<p>
|
||||
<% Tag.popular_names.each do |tag| %>
|
||||
<a href="/browse?tag=<%= Rack::Utils.escape tag[:name] %>"><%= tag[:name] %></a>
|
||||
<% end %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue