From 3c4a436f310c3881af6b2a9dbc231356eb5cc20e Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 5 Nov 2021 16:44:51 +0800 Subject: [PATCH] fix issue --- templates/repo/contributors.tmpl | 54 -------------------------------- web_src/less/openi.less | 42 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 54 deletions(-) diff --git a/templates/repo/contributors.tmpl b/templates/repo/contributors.tmpl index 4412c1942..a31ebb3d4 100755 --- a/templates/repo/contributors.tmpl +++ b/templates/repo/contributors.tmpl @@ -1,59 +1,5 @@ {{template "base/head" .}}
diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 56234586e..9f59e678d 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -243,4 +243,46 @@ footer .column{margin-bottom:0!important; padding-bottom:0!important;} display: inline-block; width: 100%; } +.git-user-content{ + margin-bottom: 16px; + word-break: break-all; +} +.row.git-user-content .ui.avatar.s16.image { + width: 50px !important; + height: 50px !important; + vertical-align: middle; + border-radius: 500rem;} +.user-list-item { + padding: 0.3em 0px !important; + margin: 15px 0 !important; + width: 220px !important; +} +.row.git-user-content .content { + margin-left: 6px; + display: inline-block; + vertical-align: top !important; + overflow: hidden; +} +.row.git-user-content .content .header { + font-weight: bold; +} +.item.user-list-item .header { + line-height: 23px !important; + font-size: 16px !important; + text-overflow: ellipsis; + overflow: hidden; + width: 145px; + + white-space:nowrap; + +} +.item.user-list-item .header a { + color: #587284 !important; +} +.row.git-user-content .content .commit-btn { + margin-top: 6px; + float: left; + font-size: 11px; + color: #40485b !important; +}