Change size and position of QualityInfo in the Player

This commit is contained in:
Deluan
2021-04-17 22:49:36 -04:00
parent b441260186
commit 0063720cc2
4 changed files with 39 additions and 5 deletions
-2
View File
@@ -4,7 +4,6 @@ import { useGetOne } from 'react-admin'
import { GlobalHotKeys } from 'react-hotkeys'
import { LoveButton, useToggleLove } from '../common'
import { keyMap } from '../hotkeys'
import { QualityInfo } from '../common/QualityInfo'
import config from '../config'
const Placeholder = () =>
@@ -21,7 +20,6 @@ const Toolbar = ({ id }) => {
}
return (
<>
{data && <QualityInfo record={data} sortable={false} />}
<GlobalHotKeys keyMap={keyMap} handlers={handlers} allowChanges />
{config.enableFavourites && (
<LoveButton