From 0bd20f5a64fee2a85aa50cc18f22c82ac9274f6d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 15 Dec 2025 15:31:53 +0100 Subject: [PATCH] Hide UI cell info if short doc --- changedetectionio/blueprint/ui/templates/diff.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changedetectionio/blueprint/ui/templates/diff.html b/changedetectionio/blueprint/ui/templates/diff.html index 640fd4b3a..08ae6bf86 100644 --- a/changedetectionio/blueprint/ui/templates/diff.html +++ b/changedetectionio/blueprint/ui/templates/diff.html @@ -116,11 +116,13 @@
+ {%- if (content | default('')).split('\n') | length > 100 -%}
{%- for cell in diff_cell_grid -%}
{%- endfor -%}
+ {%- endif -%} {%- if password_enabled_and_share_is_off -%}
Pro-tip: You can enable "share access when password is enabled" from settings.