Declutter interface, hide RSS until hovering section title
This commit is contained in:
parent
45e0d6697c
commit
c9ad38f4cb
|
@ -15,6 +15,11 @@
|
|||
top: 1px;
|
||||
margin-left: 5px;
|
||||
width: max-content;
|
||||
opacity: 0;
|
||||
transition: ease-in .2s opacity;
|
||||
}
|
||||
&:hover my-feed {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue