mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +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')}
|
||||
src={app.appearance.iconUrl}
|
||||
alt={app.name}
|
||||
whileHover={{ scale: 1 }}
|
||||
initial={{ scale: 0.9 }}
|
||||
whileHover={{ scale: 0.9 }}
|
||||
initial={{ scale: 0.8 }}
|
||||
style={{
|
||||
width: isRow ? 0 : undefined,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user