Skip to content

Commit ad791fa

Browse files
committed
fix: change desktop icon layout to vertical column arrangement matching native Windows XP behavior
1 parent 8a6ea78 commit ad791fa

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)