<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/themes/Ansum/_list-view.scss, branch edge</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=edge</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=edge'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-11-23T12:15:10+00:00</updated>
<entry>
<title>Use native CSS instead of SCSS (#8241)</title>
<updated>2025-11-23T12:15:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2025-11-23T12:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1c92d55917029d291d00009b674d8552934a69ec'/>
<id>urn:sha1:1c92d55917029d291d00009b674d8552934a69ec</id>
<content type='text'>
I was tired of having to handle the SCSS themes differently.
fix https://github.com/FreshRSS/FreshRSS/issues/7611
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/8200
Convert Ansum and Mapco themes from SCSS to native CSS.
The changes are actually quite limited (mostly changing the syntax of the variables and a few other things)
Require support for:
* https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Nesting
* https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector
* https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix

SCSS and SAAS tools and references are also removed.

Tests welcome.
The styles are left as individual CSS files as designed originally in SCSS. I expect proper HTTP caching and HTTP/2 to be sufficient instead of aggregating back to a single CSS, but might be done in another PR if needed.

At the same time, fixed the fact that we had various whitespace styles in our JSON files, in particular in those themes, sometimes with 2 spaces, or 4 spaces, or tabs. Use tabs everywhere as defined in editorconfig.

I would like to merge this one first to complete https://github.com/FreshRSS/FreshRSS/pull/8230

* RTLCSS stringMap
https://github.com/FreshRSS/FreshRSS/pull/8241#discussion_r2553175514
https://github.com/MohammadYounes/rtlcss/issues/108#issuecomment-347033134</content>
</entry>
<entry>
<title>Fix date issue in mobile view (#6385)</title>
<updated>2024-04-26T11:11:38+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-26T11:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d656896a95fc715c2a4aba961c019339d2b84585'/>
<id>urn:sha1:d656896a95fc715c2a4aba961c019339d2b84585</id>
<content type='text'>
* font-size: 0.7rem; in frss.css

* fix date issue in mobile view

* better CSS for date in header and footer

* RTL

* padding in mobile view</content>
</entry>
<entry>
<title>Fix: overflow expanding title in entry header (#6373)</title>
<updated>2024-04-25T06:45:59+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2024-04-25T06:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=aac3b21a8b4fd1a2f351a63fdb70d39ac2851921'/>
<id>urn:sha1:aac3b21a8b4fd1a2f351a63fdb70d39ac2851921</id>
<content type='text'>
* change HTML structure

* CSS</content>
</entry>
<entry>
<title>fix: highlight next/prev article while using shortcuts (#5211)</title>
<updated>2023-03-18T21:56:39+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2023-03-18T21:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=73b4fd74a4dd1259e2cefb06b41e86658f98ee5f'/>
<id>urn:sha1:73b4fd74a4dd1259e2cefb06b41e86658f98ee5f</id>
<content type='text'>
* fix

* Update p/themes/Ansum/ansum.css

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;

* fix

---------

Co-authored-by: Frans de Jonge &lt;fransdejonge@gmail.com&gt;</content>
</entry>
<entry>
<title>fix: Article hover that changes the background (#4874)</title>
<updated>2022-11-20T13:35:02+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-11-20T13:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=47883d3086b75bab800ad996e4e0ae01e331f4c3'/>
<id>urn:sha1:47883d3086b75bab800ad996e4e0ae01e331f4c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes jumping lines (#4782)</title>
<updated>2022-10-29T10:23:05+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-10-29T10:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=270828aa6411b82af895bd672629a1664102f527'/>
<id>urn:sha1:270828aa6411b82af895bd672629a1664102f527</id>
<content type='text'>
* fixes

* fix template

* fix frss.css

* fix Nord theme</content>
</entry>
<entry>
<title>fix: jumping lines (#4699)</title>
<updated>2022-10-16T10:46:53+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-10-16T10:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=36e7b694b3fca6160d2a93542281379c06c37775'/>
<id>urn:sha1:36e7b694b3fca6160d2a93542281379c06c37775</id>
<content type='text'>
* fix

* fix Origine compact

* fix Ansum

* fix Mapco

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>Fix: Ansum theme cleaning (#4538)</title>
<updated>2022-08-25T20:05:54+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-08-25T20:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2b1aa7eedeba6058b8cc7cca261bf379462f3655'/>
<id>urn:sha1:2b1aa7eedeba6058b8cc7cca261bf379462f3655</id>
<content type='text'>
* icons

* login screen

* fix login screen input in .stick

* &lt;legend&gt; in the same height like input

* simplefy the search bar button

* header height improved

* improve the config menu button

* navigation bar: border radius

* navigation bar: btn hover improved to darker grey, when not within .stick

* delete unused code ul.nav

* delete outcommented code + translate EN-&gt; FR

* fix syntax

* fixed and RTL

* RTL</content>
</entry>
<entry>
<title>Update dev dependencies stylelint SASS (#4173)</title>
<updated>2022-02-04T14:41:51+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2022-02-04T14:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5a891dc0e4d1e5c7d36609bba4bd3df5063b9745'/>
<id>urn:sha1:5a891dc0e4d1e5c7d36609bba4bd3df5063b9745</id>
<content type='text'>
* Update dev dependencies stylelint SASS
Major update for stylelint with breaking changes
https://stylelint.io/migration-guide/to-14/

Applied automatic SASS migration to current syntax
https://sass-lang.com/documentation/cli/migrator#migrations

And a few manual fixes such as:
https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-no-missing-interpolation/README.md

Other dev dependencies are minor updates.

* RTLCSS

* Fix color-hex-length bug

* Implement make bin/composer

* Update git hash</content>
</entry>
<entry>
<title>Fix SCSS differences to the final CSS (#4146)</title>
<updated>2022-01-15T17:38:34+00:00</updated>
<author>
<name>maTh</name>
<email>math-home@web.de</email>
</author>
<published>2022-01-15T17:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=14da55e21e6ae40860f262bf5aa69060456e594a'/>
<id>urn:sha1:14da55e21e6ae40860f262bf5aa69060456e594a</id>
<content type='text'>
* theme Ansum

* CI does not like the sourcemappingurl in RTL

* theme Mapco

* Update mapco.rtl.css

* Update mapco.rtl.css

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
</feed>
