Declutter interface, hide RSS until hovering section title

pull/2567/head
Rigel Kent 2020-03-11 22:31:17 +01:00
parent 45e0d6697c
commit c9ad38f4cb
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
top: 1px;
margin-left: 5px;
width: max-content;
opacity: 0;
transition: ease-in .2s opacity;
}
&:hover my-feed {
opacity: 1;
}
}