CSS to change line height

5 posts / 0 new
Last post
Azev

Hello,

How can I change the line-height in the news list using css?

Sheldon
Hi,

Hi,

unfortuantely there is no such setting in QuiteRSS.

But you can either modify the font size under

Tools -> Options -> Fonts & Colors

or create your own news.css style sheet setting under

Tools -> Options -> Feeds -> Tab "Display"

Kind rgards,

Sheldon"

Azev
Thanks Sheldon,

Thanks Sheldon,

I'm using a custom .css but I don't know what is the css path for that element.

What should I put in the css to change that line height?

 

 

ARMINVB
Edit your sytle file *.qss 

Edit your style file *.qss  (C:\QuiteRSS\style\system.qss)  and try to reduce "min-height"

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

 

Azev
Still doesn't work for me.

Still doesn't work for me.