From b67c63fb5b337f8694ae16c2ae4bf2f48621bbb0 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 17 Aug 2021 09:42:31 +0800 Subject: [PATCH] * Modify the distance between the project card avatars. --- module/project/view/browsebycard.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index f359506060..12cbe46fe2 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -41,7 +41,7 @@ #cards .project-detail .progress-pie {width: 24px; position: absolute; top: 18px;} #cards .project-detail .leftTasks, .totalLeft {display:block; margin-top: 8px;} #cards .project-members {float: left;} -#cards .project-members .avatar {display: inline-block; width: 25px; height: 25px; line-height: 25px;} +#cards .project-members .avatar {display: inline-block; width: 25px; height: 25px; line-height: 25px; margin-right: 1px;} #cards .project-members a:not(:first-child) {margin-left: -5px;} #cards .totalMembers{display: inline-block; margin-left: 6px; position: absolute; bottom: 8px;} #cards .project-actions {float: right;}