Fix display issues due to removal of quirks mode
This commit is contained in:
parent
0216e3fd5b
commit
15aaa2b3c3
6 changed files with 24 additions and 16 deletions
|
@ -142,7 +142,7 @@ const FileDropdownMenu = ({ file }: { file: FileObject }) => {
|
|||
<DropdownMenu
|
||||
ref={onClickRef}
|
||||
renderToggle={(onClick) => (
|
||||
<div css={tw`p-3 hover:text-white`} onClick={onClick}>
|
||||
<div css={tw`px-4 py-2 hover:text-white`} onClick={onClick}>
|
||||
<FontAwesomeIcon icon={faEllipsisH} />
|
||||
{modal ? (
|
||||
modal === 'chmod' ? (
|
||||
|
|
Reference in a new issue