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