Single line article titles? #3281
-
I love Miniflux, but I wish I could make it so each article title is on one line as opposed to the default layout.
I'd like to make it look more minimalistic, and have each article on a single line like this:
Is it possible there's a setting somewhere to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Miniflux exposes custom CSS through settings for this exact purpose, to avoid proliferation of special cases to maintain. Now if you have everything at same line you might have to tune this a bit depending your other CSS config.
|
Beta Was this translation helpful? Give feedback.
Miniflux exposes custom CSS through settings for this exact purpose, to avoid proliferation of special cases to maintain.
I've quickly tested something like below on my instance and that gives a layout similar to what you describe, yet I have also other CSS applied, so your layout will differ.
Now if you have everything at same line you might have to tune this a bit depending your other CSS config.