mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Fix animation overflow (#1269)
This commit is contained in:
@@ -63,8 +63,8 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
|||||||
className={cx(classes.appImage, 'dashboard-tile-app-image')}
|
className={cx(classes.appImage, 'dashboard-tile-app-image')}
|
||||||
src={app.appearance.iconUrl}
|
src={app.appearance.iconUrl}
|
||||||
alt={app.name}
|
alt={app.name}
|
||||||
whileHover={{ scale: 1 }}
|
whileHover={{ scale: 0.9 }}
|
||||||
initial={{ scale: 0.9 }}
|
initial={{ scale: 0.8 }}
|
||||||
style={{
|
style={{
|
||||||
width: isRow ? 0 : undefined,
|
width: isRow ? 0 : undefined,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user