Fix header icons mobile

This commit is contained in:
koalasat 2024-10-02 14:39:57 +02:00
parent 9fc838534f
commit 0fe5c9ec0e
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 (