mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Fix 'Link' column header width
Set optimal width of 70px
This commit is contained in:
parent
7f767072cf
commit
5c75424243
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue