From af625a2d1e7d28110dd4f19eab7b9256baa92564 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 1 Sep 2021 17:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE=E5=B9=BF?= =?UTF-8?q?=E5=9C=BA=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/explore/repo_list.tmpl | 21 ++++++++++++++++----- templates/explore/repo_orgtop.tmpl | 5 ++++- templates/explore/repo_search.tmpl | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 1b0b62553..7005c4ca2 100755 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -4,9 +4,10 @@ border: 1px solid #E1E3E6; border-radius: 0.8rem; margin-bottom: 1.0rem; - padding: 1.0rem; + padding: 1.0rem !important; } .ui.repository.list>.item .header { + font-size: 1.4rem; font-weight: 200; } .ui.list>.item>.content{ @@ -23,24 +24,33 @@ content: ""; height: 1px; background-color: #E1E3E6; - bottom: 2.6rem; + bottom: 2.8rem; } + .repository .ui.mini.menu{ + font-size: .6rem; + margin-top: -5px; + } .repository .ui.right.compact .item{ padding-top: 0; padding-bottom: 0; } + .ui.repository.list .item .time { + margin-top: 1.5rem; + }