mobile stuff

This commit is contained in:
ntr
2019-04-04 12:36:22 +11:00
parent 01e3384e98
commit 8abb8054a9
3 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -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>)
: '';
+1
View File
@@ -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>