From 70ab26241ff0a0b0d471a4c15441e149901e6337 Mon Sep 17 00:00:00 2001 From: Tdxdxoz Date: Mon, 28 Dec 2020 16:12:24 +0800 Subject: [PATCH] fix: UI of download link --- templates/list.html | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/templates/list.html b/templates/list.html index 595d567..e906833 100644 --- a/templates/list.html +++ b/templates/list.html @@ -46,6 +46,10 @@ font-weight: 700; } + .num-infos { + display: inline-block; + } + a, a:hover, .btn-link, @@ -387,22 +391,24 @@
{{p.notes}}
@{{'匿名用户' if p.anon else p.author}} | {{p.create_date}} - - - - 去下载({{p.down_num}}) - - - - + + + +
{% endfor %}