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