mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
improved dialogs (#4505)
* improved dialogs * redesigned 'share' dialog and 'folder permission' dialog for mobile * improved 'API token' dialog * [dialogs] modification for mobile * [dialogs] improvement & bugfix
This commit is contained in:
@@ -274,7 +274,7 @@ class ShareToUser extends React.Component {
|
||||
let { sharedItems } = this.state;
|
||||
return (
|
||||
<Fragment>
|
||||
<table>
|
||||
<table className="w-xs-200">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="50%">{gettext('User')}</th>
|
||||
@@ -324,7 +324,7 @@ class ShareToUser extends React.Component {
|
||||
</tbody>
|
||||
</table>
|
||||
<div className="share-list-container">
|
||||
<table className="table-thead-hidden">
|
||||
<table className="table-thead-hidden w-xs-200">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="50%">{gettext('User')}</th>
|
||||
|
Reference in New Issue
Block a user