We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b982fb3 commit 351ae0bCopy full SHA for 351ae0b
1 file changed
src/features/feed/components/feed.css
@@ -25,10 +25,6 @@
25
transform: scale(1.01);
26
}
27
28
- .feedItemSource {
29
- width: 12px;
30
- height: 12px;
31
- }
32
33
.blockRow:not(.advFeed):hover {
34
background-color: transparent;
@@ -84,6 +80,11 @@
84
80
85
81
86
82
83
+.feedItemSource {
+ width: 12px;
+ height: 12px;
+}
87
+
88
.repo {
89
display: flex;
90
flex-direction: column;
0 commit comments