mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
Merge branch 'master' into dev
This commit is contained in:
@@ -45,20 +45,20 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
|||||||
flexFlow: app.appearance.positionAppName ?? 'column',
|
flexFlow: app.appearance.positionAppName ?? 'column',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{app.appearance.appNameStatus === 'normal' && (
|
{app.appearance.appNameStatus === 'normal' && (
|
||||||
<Text
|
<Text
|
||||||
className={cx(classes.appName, 'dashboard-tile-app-title')}
|
className={cx(classes.appName, 'dashboard-tile-app-title')}
|
||||||
fw={700}
|
fw={700}
|
||||||
size="md"
|
size="md"
|
||||||
ta="center"
|
ta="center"
|
||||||
sx={{
|
sx={{
|
||||||
flex: isRow ? '1' : undefined,
|
flex: isRow ? '1' : undefined,
|
||||||
}}
|
}}
|
||||||
lineClamp={app.appearance.lineClampAppName}
|
lineClamp={app.appearance.lineClampAppName}
|
||||||
>
|
>
|
||||||
{app.name}
|
{app.name}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
<motion.img
|
<motion.img
|
||||||
className={cx(classes.appImage, 'dashboard-tile-app-image')}
|
className={cx(classes.appImage, 'dashboard-tile-app-image')}
|
||||||
src={app.appearance.iconUrl}
|
src={app.appearance.iconUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user