Skip to content

Commit 16e8f13

Browse files
committed
若干のアニメーションを追加 padding/margin調整
1 parent 8aa3187 commit 16e8f13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/pages/ShortcutGenerator.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ const VirtualizedInputItem = memo(({ index, style, data }: {
156156
<Box style={style}>
157157
<Box
158158
sx={{
159-
p: 1.5,
159+
p: 1,
160160
display: 'flex',
161161
alignItems: 'center',
162-
gap: 1.5,
162+
gap: 1,
163163
flexWrap: 'wrap',
164-
minHeight: '70px',
164+
minHeight: '50px',
165165
bgcolor: isHighlighted ? 'action.selected' : 'transparent',
166166
cursor: 'pointer',
167167
transition: 'background-color 0.2s ease'
@@ -795,7 +795,7 @@ const ShortcutGenerator = () => {
795795
width={"100%"}
796796
height={600}
797797
itemCount={filteredInputs.length}
798-
itemSize={100}
798+
itemSize={70}
799799
itemData={{
800800
filteredInputs,
801801
vmixInputs,

0 commit comments

Comments
 (0)