FreshRSS / Extensions

A repository containing all the official FreshRSS extensions
GNU Affero General Public License v3.0
322 stars 52 forks source link

Multiline titles - working CSS code included #46

Closed tiborepcek closed 3 years ago

tiborepcek commented 5 years ago

Hi, i only want to share working CSS code from @Frenzie (issue #2344 in main FreshRSS ), thanks to i can read whole (long) titles in multiple lines right from RSS feeds on desktop and mobile. So here is the CSS code:

.horizontal-list{display:flex;flex-wrap:wrap}
.flux .item > a {white-space:normal}
.flux:not(.current):hover .item.title {position:relative;max-width:inherit}
.item:last-child{margin-left:auto}
Frenzie commented 4 years ago

PS I posted an improved version later in this comment: https://github.com/FreshRSS/FreshRSS/issues/2344#issuecomment-480271415

aledeg commented 3 years ago

@tiborepcek Is this issue still relevant? Does the extension TitleWrap cover the use case?

Frenzie commented 3 years ago

This issue seems outdated, so closing now, but @marienfressinaud is still planning to submit it as part of the core afaik. :-)