From 50ef70ed09be1cc827976c01dc4f535056845e84 Mon Sep 17 00:00:00 2001 From: Ralph Ocdol Date: Mon, 24 Nov 2025 09:19:30 +0800 Subject: [PATCH] update docs --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index bcba284..27253dd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -812,7 +812,7 @@ Below is a preview of each style: ![preview of horizontal-cards-2 style for RSS widget](images/rss-widget-horizontal-cards-2-preview.png) ##### `show-thumbnails` -Shows or hides thumbnails next to the feed. This only works if the style is `vertical-list`. +Shows or hides thumbnails next to the feed. This only works if the `style` is `vertical-list`. ##### `thumbnail-height` Used to modify the height of the thumbnails. Works only when the style is set to `horizontal-cards`. The default value is `10` and the units are `rem`, if you want to for example double the height of the thumbnails you can set it to `20`.