<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/p/themes, branch 1.27.1</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2025-09-27T12:21:59+00:00</updated>
<entry>
<title>Dark-pink theme: remove white background from configure buttons (#8020)</title>
<updated>2025-09-27T12:21:59+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-27T12:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=2da733b5cfde04c4cd8a091d4d7ee8e0d2622d84'/>
<id>urn:sha1:2da733b5cfde04c4cd8a091d4d7ee8e0d2622d84</id>
<content type='text'>
Before:

&lt;img width="273" height="116" alt="image" src="https://github.com/user-attachments/assets/4fb9b1f2-b960-428e-9c3f-84e803cd0afa" /&gt;

After:

&lt;img width="239" height="111" alt="image" src="https://github.com/user-attachments/assets/7528649b-47f0-4111-8cf8-ac54080d5573" /&gt;
</content>
</entry>
<entry>
<title>fix: anonym. mode: label management link (#8011)</title>
<updated>2025-09-25T20:47:09+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-09-25T20:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=cec21f231f22a085cd9e8f879081fc1571848e26'/>
<id>urn:sha1:cec21f231f22a085cd9e8f879081fc1571848e26</id>
<content type='text'>
Ref: #8001

Changes proposed in this pull request:

- do not show the "manage" dropdown menu for labels in anonym. mode (normal view)

Before:
&lt;img width="304" height="139" alt="grafik" src="https://github.com/user-attachments/assets/2aff0299-febe-41b0-a99a-450559393cd6" /&gt;


After:
&lt;img width="281" height="121" alt="grafik" src="https://github.com/user-attachments/assets/69ad334e-0a31-4546-9939-9b72306db046" /&gt;
</content>
</entry>
<entry>
<title>Decrease brightness of nav buttons (#7956)</title>
<updated>2025-09-13T15:30:46+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-13T15:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=7d3102e909ef664dbedbfd6c796c2d380616b8c6'/>
<id>urn:sha1:7d3102e909ef664dbedbfd6c796c2d380616b8c6</id>
<content type='text'>
Before

&lt;img width="536" height="50" alt="image" src="https://github.com/user-attachments/assets/799fe85b-3141-4f02-b020-ab7b06439ddc" /&gt;

After

&lt;img width="510" height="46" alt="image" src="https://github.com/user-attachments/assets/780fa55e-e42b-4c4c-8ba9-32b877cf4ddd" /&gt;
</content>
</entry>
<entry>
<title>Bump the stylelint group with 2 updates (#7898)</title>
<updated>2025-09-03T09:52:22+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-09-03T09:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=32ec85c2d735f4f1248fb83298a3f338262faa91'/>
<id>urn:sha1:32ec85c2d735f4f1248fb83298a3f338262faa91</id>
<content type='text'>
Drop of back-compatibility with older browsers: use standard `overflow-wrap` instead of `word-wrap` .
We may re-introduce `word-wrap` (in addition of standard `overflow-wrap`) if a need is reported.

* Bump the stylelint group with 2 updates

Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss).


Updates `stylelint` from 16.23.0 to 16.23.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.23.0...16.23.1)

Updates `stylelint-config-recommended-scss` from 15.0.1 to 16.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.1...v16.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.23.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stylelint
- dependency-name: stylelint-config-recommended-scss
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;

* stylelint --fix

---------

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;</content>
</entry>
<entry>
<title>delete margin (#7904)</title>
<updated>2025-09-03T04:52:31+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-09-03T04:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e8a5e4e50f75f9044a1062e2023734514caaf942'/>
<id>urn:sha1:e8a5e4e50f75f9044a1062e2023734514caaf942</id>
<content type='text'>
Ref: #4493

Before:
&lt;img width="816" height="571" alt="grafik" src="https://github.com/user-attachments/assets/bfc6c933-5e4e-46e8-91d7-0e0e7b469671" /&gt;

After:
&lt;img width="795" height="523" alt="grafik" src="https://github.com/user-attachments/assets/5b5a668c-c3ca-46ef-be69-ad5b5b90a412" /&gt;
</content>
</entry>
<entry>
<title>CSS fixes for Swage (#7608)</title>
<updated>2025-09-01T21:45:54+00:00</updated>
<author>
<name>Inverle</name>
<email>inverle@proton.me</email>
</author>
<published>2025-09-01T21:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=335addab5af3193086c3fc0e95b1da20f4db88e2'/>
<id>urn:sha1:335addab5af3193086c3fc0e95b1da20f4db88e2</id>
<content type='text'>
- Fixes for Swage
	- Buttons not showing correctly #7465
	- Dropdown placement (some dropdowns couldn't fit in viewport)
	- Icons not appearing in some places due to color i.e. label management and subscription management page
	- Made `.form-group` and button inside search dropdown hover colors slightly darker, for better visibility
	- Nav menu style improvements on mobile
		- Smaller if not on main page
		- Align settings icon on configuration pages to the right
		- Support nav menu for feed statistics page
	- Text alignment in search dropdown
	- Ensure `input, select, textarea` don't overflow the page
	- Login link placement in anonymous view
	- Other fixes for
		- Add via bookmarklet page
		- About page
		- Shared HTML query page
		- Register page
	- Text visibility for debug log
- Provide classes `layout.phtml` within `&lt;html&gt;`:
	- `logged_in` if applicable
	- `controller_$NAME` if applicable
	- `file_$NAME` if applicable
- Some other fixes

---------

Co-authored-by: Alexandre Alapetite &lt;alexandre@alapetite.fr&gt;
Co-authored-by: maTh &lt;1645099+math-GH@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix/config dropdown menu mobile view (#7893)</title>
<updated>2025-09-01T21:27:17+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-09-01T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1b2293a57ad4c80066b2ba8a2cb0bfedbd699c05'/>
<id>urn:sha1:1b2293a57ad4c80066b2ba8a2cb0bfedbd699c05</id>
<content type='text'>
Before:
&lt;img width="534" height="394" alt="grafik" src="https://github.com/user-attachments/assets/63cbf645-2380-448f-9e96-11cf454f9a13" /&gt;

1: menu is not right hand side aligned
2: rounded corner (Origine theme specific)

After:
&lt;img width="533" height="359" alt="grafik" src="https://github.com/user-attachments/assets/bfb8fd79-3190-4d40-bba1-ef5fadb81f01" /&gt;

Menu is aligned on the right hand side
Sharp corner



Changes proposed in this pull request:

- CSS


How to test the feature manually:

1. small screen for mobile view
2. open config menu right top corner

Negative check:
other dropdown menus should not be touched (f.e. User Queries menu, search, article labels menu)
</content>
</entry>
<entry>
<title>fix: Mapco/Ansum theme: read all button in mobile view (#7873)</title>
<updated>2025-08-30T19:30:16+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-08-30T19:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=266c1ce85e9b9df6cec95eeb3936225871c1b7d7'/>
<id>urn:sha1:266c1ce85e9b9df6cec95eeb3936225871c1b7d7</id>
<content type='text'>
Closes #7644

Before:
&lt;img width="212" height="153" alt="grafik" src="https://github.com/user-attachments/assets/628034cf-421a-43c1-a762-21906d99d5d9" /&gt;


After:
&lt;img width="249" height="186" alt="grafik" src="https://github.com/user-attachments/assets/8414aa34-4936-44e1-84e4-52dad70477b6" /&gt;


How to test the feature manually:

1. use Ansum/Mapco theme
2. have a small screen to see it in the mobile view
3. see the read all button in the normal view
</content>
</entry>
<entry>
<title>dark mode scheme + delete useless shadow (#7872)</title>
<updated>2025-08-29T21:48:40+00:00</updated>
<author>
<name>maTh</name>
<email>1645099+math-GH@users.noreply.github.com</email>
</author>
<published>2025-08-29T21:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=4cb82682b4efef78c407e3f25db796a50584128a'/>
<id>urn:sha1:4cb82682b4efef78c407e3f25db796a50584128a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid styling `&lt;code&gt;` inside of `&lt;pre&gt;` (#7797)</title>
<updated>2025-08-08T08:50:27+00:00</updated>
<author>
<name>James Frost</name>
<email>git@frost.cx</email>
</author>
<published>2025-08-08T08:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=d1f2e0f6be3de13a36754bb735182e8aad1ebc5f'/>
<id>urn:sha1:d1f2e0f6be3de13a36754bb735182e8aad1ebc5f</id>
<content type='text'>
* Remove background from &lt;code&gt; inside &lt;pre&gt;

This caused an ugly effect where each line has a seperate background to
the whole pre block.

Fixes #7796

* Add James Frost to CREDITS.md</content>
</entry>
</feed>
