Skip to content

Commit

Permalink
Fix 'Link' column header width
Browse files Browse the repository at this point in the history
Set optimal width of 70px
  • Loading branch information
sharkykh committed May 15, 2017
1 parent 7f76707 commit 5c75424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyaa/templates/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% call render_column_header("hdr-name", "width:auto;", sort_key="name") %}
<div>Name</div>
{% endcall %}
{% call render_column_header("hdr-link", "width:0;", center_text=True) %}
{% call render_column_header("hdr-link", "width:70px;", center_text=True) %}
<div>Link</div>
{% endcall %}
{% call render_column_header("hdr-size", "width:100px;", center_text=True, sort_key="size") %}
Expand Down

0 comments on commit 5c75424

Please sign in to comment.