mobile stuff
This commit is contained in:
@@ -7,7 +7,7 @@ function renderHeader(args) {
|
||||
const { account } = args;
|
||||
const accountStatus = account ?
|
||||
(<div className="header-status">
|
||||
<h3 className="header-username">{account.name}</h3>
|
||||
<h1 className="header-username">{account.name}</h1>
|
||||
{saw('stat-icon')}
|
||||
</div>)
|
||||
: '';
|
||||
|
||||
@@ -55,6 +55,7 @@ function Vbox(args) {
|
||||
key={j}
|
||||
onClick={() => { if (c) return setInfo('item', c)}}
|
||||
onDblClick={() => sendVboxAccept(j, i) }
|
||||
onTouchStart={() => sendVboxAccept(j, i) }
|
||||
>
|
||||
{convertVar(c)}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user