1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

add repo in right tool panel (#7410)

This commit is contained in:
Michael An
2025-01-22 14:38:40 +08:00
committed by GitHub
parent cfe507f178
commit b07f33e07c
7 changed files with 75 additions and 16 deletions

View File

@@ -263,9 +263,7 @@ class SharedWithAll extends React.Component {
</h3>
{Utils.isDesktop() && (
<div className="d-flex align-items-center">
<div className="mr-2">
<ViewModes currentViewMode={currentViewMode} switchViewMode={this.switchViewMode} />
</div>
<ViewModes currentViewMode={currentViewMode} switchViewMode={this.switchViewMode} className="mr-2" />
<ReposSortMenu sortBy={sortBy} sortOrder={sortOrder} onSelectSortOption={this.onSelectSortOption}/>
</div>
)}