Create new 'feeds' page to merge OPDS/RSS pages

This commit is contained in:
Alex Cabal 2022-06-20 11:45:10 -05:00
parent 37830e173f
commit 93771ab1bc
4 changed files with 60 additions and 26 deletions

View file

@ -2475,6 +2475,14 @@ aside button.close:active{
transform: skewX(45deg) scale(1.05);
}
ul.feed p{
margin: 0;
}
ul.feed p:last-child{
font-style: italic;
}
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
/* For iPad, unset the height so it matches the other elements */
select[multiple]{