mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
💄 Improve sizing of app name (#1244)
This commit is contained in:
@@ -52,13 +52,14 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
||||
className="dashboard-tile-app"
|
||||
direction={app.appearance.positionAppName ?? 'column'}
|
||||
>
|
||||
<Box px={10} hidden={["hover", "hidden"].includes(app.appearance.appNameStatus)}>
|
||||
<Box w="100%" hidden={["hover", "hidden"].includes(app.appearance.appNameStatus)}>
|
||||
<Text
|
||||
w="max-content"
|
||||
w="100%"
|
||||
size="md"
|
||||
ta="center"
|
||||
weight={700}
|
||||
className={cx(classes.appName, 'dashboard-tile-app-title')}
|
||||
lineClamp={2}
|
||||
>
|
||||
{app.name}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user