From 251d7266f5bf42f2678311a7592bacfa62ac43fc Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou <107993382+kodjodevf@users.noreply.github.com> Date: Sun, 9 Nov 2025 00:37:35 +0100 Subject: [PATCH] Remove unnecessary padding from HTML content in reader view --- lib/services/get_html_content.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/get_html_content.dart b/lib/services/get_html_content.dart index 8b96e44a..8d2d7b28 100644 --- a/lib/services/get_html_content.dart +++ b/lib/services/get_html_content.dart @@ -102,7 +102,7 @@ String _buildHtml(String input) { // Decode HTML entities while keeping HTML tags htmlContent = _decodeHtmlEntities(htmlContent); - return '''