Title wrap for 1.24.0 (#232)

* legacy CSS for <1.24.0

* new CSS

* switch for legacy CSS

* vertical-align: top;

* iterate version to 0.3

* typo
This commit is contained in:
maTh 2024-04-27 22:57:21 +02:00 committed by GitHub
parent c82e1608a4
commit 5b38f5a9ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 111 additions and 39 deletions

View file

@ -5,8 +5,9 @@ this extension applies a line-wrap to long article titles.
To use it, upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS. If you need more control, use the xExtension-CustomCSS instead to specify your own css rules.
The css code used to wrap long titles was originally [proposed](https://github.com/FreshRSS/FreshRSS/issues/2344) by ₣rans de Jonge.
The CSS code (since 0.3 legacy) used to wrap long titles was originally [proposed](https://github.com/FreshRSS/FreshRSS/issues/2344) by ₣rans de Jonge.
## Changelog
- 0.3 ready for FreshRSS 1.23.2-dev (April 2023) / upcoming 1.24.0
- 0.1 initial version