mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 06:12:43 +02:00
adjust ItemDetail row play control alignment to match ItemTable
This commit is contained in:
+6
-1
@@ -21,7 +21,12 @@ export const ItemDetailRowPlayControlCell = ({
|
||||
|
||||
return (
|
||||
<div className={styles.cellWrapper}>
|
||||
<HoverCard openDelay={300} position="top" withArrow>
|
||||
<HoverCard
|
||||
offset={{ crossAxis: 32, mainAxis: 16 }}
|
||||
openDelay={300}
|
||||
position="top"
|
||||
withArrow
|
||||
>
|
||||
<HoverCard.Target>
|
||||
<div className={styles.playTarget}>{indexContent}</div>
|
||||
</HoverCard.Target>
|
||||
|
||||
Reference in New Issue
Block a user