Skip to content

Commit 351ae0b

Browse files
committed
fix: reorder feedItemSource styles for better organization
1 parent b982fb3 commit 351ae0b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/features/feed/components/feed.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
transform: scale(1.01);
2626
}
2727
}
28-
.feedItemSource {
29-
width: 12px;
30-
height: 12px;
31-
}
3228

3329
.blockRow:not(.advFeed):hover {
3430
background-color: transparent;
@@ -84,6 +80,11 @@
8480
}
8581
}
8682

83+
.feedItemSource {
84+
width: 12px;
85+
height: 12px;
86+
}
87+
8788
.repo {
8889
display: flex;
8990
flex-direction: column;

0 commit comments

Comments
 (0)