Fix display issues due to removal of quirks mode

This commit is contained in:
DaneEveritt 2022-07-03 14:44:00 -04:00
parent 0216e3fd5b
commit 15aaa2b3c3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 24 additions and 16 deletions

View file

@ -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' ? (