Merge pull request #1507 from RoboSats/fix-header-icons-mobile

Fix header icons mobile
This commit is contained in:
KoalaSat 2024-10-02 12:41:59 +00:00 committed by GitHub
commit c34d1e7c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 />
)}

View File

@ -32,7 +32,7 @@ class RoboGenerator {
setTimeout(() => {
this.waitingForLibrary = false;
}, 1000);
}, 2000);
}
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (