chore: zoom on hover

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-27 05:08:27 +00:00
parent 21ee0a7ac5
commit 4b2d38cae3
2 changed files with 18 additions and 16 deletions

28
.idea/workspace.xml generated
View File

@@ -4,11 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="chore: text result extensions">
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="chore: show new tools in landing">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/Hero.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Hero.tsx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/config/uiConfig.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/config/uiConfig.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/tools/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/tools/index.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/allTools/ToolCard.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/allTools/ToolCard.tsx" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -366,14 +364,6 @@
<workItem from="1743018497879" duration="3895000" />
<workItem from="1743047367993" duration="986000" />
</task>
<task id="LOCAL-00121" summary="fix: bg">
<option name="closed" value="true" />
<created>1740504051051</created>
<option name="number" value="00121" />
<option name="presentableId" value="LOCAL-00121" />
<option name="project" value="LOCAL" />
<updated>1740504051051</updated>
</task>
<task id="LOCAL-00122" summary="fix: bg">
<option name="closed" value="true" />
<created>1740504100676</created>
@@ -758,7 +748,15 @@
<option name="project" value="LOCAL" />
<updated>1743022260639</updated>
</task>
<option name="localTasksCounter" value="170" />
<task id="LOCAL-00170" summary="chore: show new tools in landing">
<option name="closed" value="true" />
<created>1743051792459</created>
<option name="number" value="00170" />
<option name="presentableId" value="LOCAL-00170" />
<option name="project" value="LOCAL" />
<updated>1743051792459</updated>
</task>
<option name="localTasksCounter" value="171" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -805,7 +803,6 @@
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
<option name="CHECK_NEW_TODO" value="false" />
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="style: optimizations" />
<MESSAGE value="fix: replace text service" />
<MESSAGE value="chore: smooth scroll for use this tool and examles" />
<MESSAGE value="feat: minify json" />
@@ -830,7 +827,8 @@
<MESSAGE value="fix: typo" />
<MESSAGE value="chore: result file name" />
<MESSAGE value="chore: text result extensions" />
<option name="LAST_COMMIT_MESSAGE" value="chore: text result extensions" />
<MESSAGE value="chore: show new tools in landing" />
<option name="LAST_COMMIT_MESSAGE" value="chore: show new tools in landing" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

View File

@@ -21,7 +21,11 @@ export default function ToolCard({
borderColor: '#5581b5',
color: '#fff',
boxShadow: '6px 6px 12px #b8b9be, -6px -6px 12px #fff',
cursor: 'pointer'
cursor: 'pointer',
height: '100%',
'&:hover': {
transform: 'scale(1.05)'
}
}}
>
<CardContent>