mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2025-01-10 07:14:08 +00:00
Fix 'Link' column header width
Set optimal width of 70px
This commit is contained in:
parent
7f767072cf
commit
5c75424243
|
@ -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") %}
|
||||
|
|
Loading…
Reference in a new issue