We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c260fb6 commit 3b8bdabCopy full SHA for 3b8bdab
1 file changed
src/features/feed/components/feed.css
@@ -19,12 +19,20 @@
19
background-color: var(--card-background-color);
20
border: 1px solid var(--card-border-color);
21
border-radius: 10px;
22
+ transition: all 0.2s ease-in-out;
23
+ &:hover {
24
+ opacity: 0.9;
25
+ transform: scale(1.01);
26
+ }
27
}
28
.feedItemSource {
29
width: 12px;
30
height: 12px;
31
32
33
+ .blockRow:hover {
34
+ background-color: transparent;
35
36
.loading {
37
display: flex;
38
flex-direction: column;
0 commit comments