bug fixes + small visual improvements

This commit is contained in:
Daniel
2023-05-01 23:30:23 +03:30
parent 0d0e53218f
commit a2023e19ef
18 changed files with 117 additions and 53 deletions
+3 -3
View File
@@ -58,7 +58,7 @@ export default function ({
width={32}
height={32}
alt=""
className="select-none mt-3 z-10 rounded-md shadow"
className="select-none mt-3 z-10 rounded-md"
draggable="false"
onError={(e) => {
const target = e.target as HTMLElement;
@@ -70,7 +70,7 @@ export default function ({
width={80}
height={80}
alt=""
className="blur-sm absolute left-2 opacity-50 select-none hidden sm:block"
className="blur-sm absolute left-2 opacity-40 select-none hidden sm:block"
draggable="false"
onError={(e) => {
const target = e.target as HTMLElement;
@@ -194,7 +194,7 @@ export default function ({
const target = e.target as HTMLInputElement;
if (target.id !== "edit-dropdown") setExpandDropdown(false);
}}
className="absolute top-9 right-0 w-36"
className="absolute top-8 right-0 w-36"
/>
) : null}
</div>