mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix logo on mobile devices
This commit is contained in:
@@ -6,6 +6,10 @@ import type { FC } from 'react';
|
||||
import { PROJECT_NAME } from 'api/env';
|
||||
|
||||
const LayoutDrawerLogo = styled('img')(({ theme }) => ({
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
height: 24,
|
||||
marginRight: theme.spacing(2)
|
||||
},
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
height: 38,
|
||||
marginRight: theme.spacing(2)
|
||||
|
||||
Reference in New Issue
Block a user