fix: screen fixed for WebKit
This commit is contained in:
@@ -6,7 +6,7 @@ import Typography from '@mui/material/Typography'
|
|||||||
import Box from '@mui/material/Box'
|
import Box from '@mui/material/Box'
|
||||||
import Skeleton from '@mui/material/Skeleton'
|
import Skeleton from '@mui/material/Skeleton'
|
||||||
import LinearProgress from '@mui/material/LinearProgress'
|
import LinearProgress from '@mui/material/LinearProgress'
|
||||||
import {useTheme, useColorScheme, styled} from '@mui/material/styles'
|
import {useColorScheme, styled} from '@mui/material/styles'
|
||||||
import Table from '@mui/material/Table'
|
import Table from '@mui/material/Table'
|
||||||
import TableHead from '@mui/material/TableHead'
|
import TableHead from '@mui/material/TableHead'
|
||||||
import TableBody from '@mui/material/TableBody'
|
import TableBody from '@mui/material/TableBody'
|
||||||
@@ -50,7 +50,6 @@ function formatSize(size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default function FilesList({files}) {
|
export default function FilesList({files}) {
|
||||||
const theme = useTheme()
|
|
||||||
const {mode} = useColorScheme()
|
const {mode} = useColorScheme()
|
||||||
const [audioMeta, setAudioMeta] = useState(audioMetaCache)
|
const [audioMeta, setAudioMeta] = useState(audioMetaCache)
|
||||||
const [downloading, setDownloading] = useState({})
|
const [downloading, setDownloading] = useState({})
|
||||||
|
|||||||
@@ -118,9 +118,6 @@ export default function TeksDrawer({paroles}) {
|
|||||||
<Drawer
|
<Drawer
|
||||||
variant='temporary'
|
variant='temporary'
|
||||||
open={mobileOpen}
|
open={mobileOpen}
|
||||||
ModalProps={{
|
|
||||||
keepMounted: true
|
|
||||||
}}
|
|
||||||
sx={{
|
sx={{
|
||||||
display: {xs: 'block', sm: 'none'},
|
display: {xs: 'block', sm: 'none'},
|
||||||
'& .MuiDrawer-paper': {boxSizing: 'border-box', width: drawerWidth}
|
'& .MuiDrawer-paper': {boxSizing: 'border-box', width: drawerWidth}
|
||||||
|
|||||||
Reference in New Issue
Block a user