Reduce News List Spacing?

ForgetIt

I love the recent update to Version 0.19.1 (17.11.2019) Revision 3825.

But the new spacing in the News List means I see fewer items than before. This laptop has a HDI screen.

I'd like to reduce the spacing to see more items at once.

Yes I can use the options to change the font size: but that leaves the spacing the unchanges- since the oversized Star Icon dominate the line height - see the screen shot below.

Q: Is it possible to edit the css or qss files to reduce the icon size and squash the lines together more?

Screen shot

 

Funcy-dcm
I'm fine:

I'm fine:

2

Funcy-dcm
Edit: green.qss

Edit: green.qss

#feedsView_::item, #newsView_::item, #newsCategoriesTree_::item {
    min-height: 10px;
}

or

#feedsView_::item, #newsView_::item, #newsCategoriesTree_::item {
    max-height: 10px;
}

ForgetIt
Thanks Funcy-dcm!

Thanks Funcy-dcm!

This did it for me:

#newsView_::item {
    max-height: 14px;
}