mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
Redesign (#6080)
* [top bar, side panel] modified UI of the top bar; redesigned the side panel(moved the content in the bottom to the side nav) * [font icons] updated the 'department' & 'invite Guest' icons * [linked devices] moved it from the 'home' side panel to the 'settings' page * ['settings' page] redesigned the empty tip for 'linked devices'
This commit is contained in:
@@ -429,7 +429,7 @@ class GroupView extends React.Component {
|
||||
<span>{currentGroup.name}</span>
|
||||
{isDepartmentGroup && (
|
||||
<Fragment>
|
||||
<span className="department-group-icon fas fa-building" title={gettext('This is a special group representing a department.')}></span>
|
||||
<span className="department-group-icon sf3-font-department sf3-font" title={gettext('This is a special group representing a department.')}></span>
|
||||
{currentGroup.group_quota > 0 &&
|
||||
<span className="department-usage-container">
|
||||
<div className="department-usage">
|
||||
|
Reference in New Issue
Block a user