1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

[group] manage members: modified UI details

This commit is contained in:
llj
2021-10-27 16:58:37 +08:00
parent 5ef3750090
commit 75c7cb86c6
2 changed files with 3 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ class ManageMembersDialog extends React.Component {
const { isLoading, hasNextPage, groupMembers } = this.state;
return (
<Fragment>
<p>{gettext('Add group member')}</p>
<p className="mb-2">{gettext('Add group member')}</p>
<div className='add-members'>
<UserSelect
placeholder={gettext('Search users...')}

View File

@@ -34,6 +34,8 @@
}
.group-manage-members-dialog .search-group-members-btn {
font-size: 14px;
font-weight: normal;
background: #f1f1f1;
margin: 12px 0 0;
}