Revert "chore: more app drag"

This reverts commit cb52460d5c.
This commit is contained in:
Tristan Yang
2023-07-05 10:20:47 +08:00
parent cb52460d5c
commit eca8ef39c9
7 changed files with 8 additions and 14 deletions
-1
View File
@@ -54,7 +54,6 @@ const Profile: FC<Props> = ({ uid, type = "embed", cid }) => {
const hasMore = email || canRemoveFromChannel || canRemoveFromServer;
const iconClass = `cursor-pointer flex flex-col items-center gap-1 rounded-lg w-32 text-primary-400 bg-gray-50 hover:bg-gray-100 dark:bg-gray-800 text-sm pt-3.5 pb-3`;
const containerClass = clsx(
"app-no-drag",
`flex-center flex-col gap-1 z-[99] mt-20 select-none`,
isCard ? "p-4 w-[280px] bg-white dark:bg-gray-800 drop-shadow rounded-md" : "md:w-[432px]"
);