Skip to content

Commit 4369810

Browse files
authored
Merge pull request #3 from caoergou/feat/filesystem-persistence-text-operations
Fix desktop icon layout to vertical column arrangement matching native Windows XP
2 parents e223d6d + ad791fa commit 4369810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Desktop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const SelectionBox = styled.div<{ $left: number; $top: number; $width: number; $
4040

4141
const IconGrid = styled.div`
4242
display: flex;
43-
flex-direction: row;
43+
flex-direction: column;
4444
flex-wrap: wrap;
4545
height: calc(100% - 30px);
4646
padding: 10px;

0 commit comments

Comments
 (0)