From 5c754242433b8008bf503f215b872c7e12d2accf Mon Sep 17 00:00:00 2001 From: sharkykh Date: Mon, 15 May 2017 11:54:28 +0300 Subject: [PATCH] Fix 'Link' column header width Set optimal width of 70px --- nyaa/templates/search_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/templates/search_results.html b/nyaa/templates/search_results.html index 52c27f0..bdacd4d 100644 --- a/nyaa/templates/search_results.html +++ b/nyaa/templates/search_results.html @@ -19,7 +19,7 @@ {% call render_column_header("hdr-name", "width:auto;", sort_key="name") %}
Name
{% endcall %} - {% call render_column_header("hdr-link", "width:0;", center_text=True) %} + {% call render_column_header("hdr-link", "width:70px;", center_text=True) %}
Link
{% endcall %} {% call render_column_header("hdr-size", "width:100px;", center_text=True, sort_key="size") %}