mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +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:
@@ -289,7 +289,7 @@ class ShareToGroup extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Fragment>
|
||||
<table>
|
||||
<table className="w-xs-200">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="50%">{gettext('Group')}</th>
|
||||
@@ -337,7 +337,7 @@ class ShareToGroup 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('Group')}</th>
|
||||
|
Reference in New Issue
Block a user