mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00:00
Fix header icons mobile
This commit is contained in:
parent
9fc838534f
commit
0fe5c9ec0e
@ -27,10 +27,10 @@ const App = (): JSX.Element => {
|
|||||||
<GarageContextProvider>
|
<GarageContextProvider>
|
||||||
<CssBaseline />
|
<CssBaseline />
|
||||||
{client === 'mobile' ? (
|
{client === 'mobile' ? (
|
||||||
<>
|
<div style={{ display: 'inline-flex', position: 'fixed', top: '0.5em' }}>
|
||||||
<TorConnectionBadge />
|
<TorConnectionBadge />
|
||||||
<NotificationSwitchBadge />
|
<NotificationSwitchBadge />
|
||||||
</>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<HostAlert />
|
<HostAlert />
|
||||||
)}
|
)}
|
||||||
|
@ -32,7 +32,7 @@ class RoboGenerator {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.waitingForLibrary = false;
|
this.waitingForLibrary = false;
|
||||||
}, 1000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
|
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
|
||||||
|
Loading…
Reference in New Issue
Block a user