From 6633de8c741b7fc73e24a2d0e56c92556e03c9d6 Mon Sep 17 00:00:00 2001 From: sokumon Date: Mon, 14 Jul 2025 17:53:47 +0530 Subject: [PATCH 1/2] fix: aligned tick icon on list filter --- frappe/public/scss/desk/list_sidebar.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frappe/public/scss/desk/list_sidebar.scss b/frappe/public/scss/desk/list_sidebar.scss index f20932fc3a..569012a944 100644 --- a/frappe/public/scss/desk/list_sidebar.scss +++ b/frappe/public/scss/desk/list_sidebar.scss @@ -45,11 +45,9 @@ text-decoration: none; } .applied { - position: absolute; - left: 10px; - .icon use { - stroke-width: 2; - } + display: flex; + align-items: center; + margin-right: 5px; } } .empty-state { From ef77a68a32d7f9925c4e750f72ac538a07ffe981 Mon Sep 17 00:00:00 2001 From: sokumon Date: Mon, 14 Jul 2025 17:59:55 +0530 Subject: [PATCH 2/2] fix: set max-width for image preview --- frappe/core/doctype/file/file.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/core/doctype/file/file.js b/frappe/core/doctype/file/file.js index 015f89655d..f6e3fab1f8 100644 --- a/frappe/core/doctype/file/file.js +++ b/frappe/core/doctype/file/file.js @@ -47,6 +47,7 @@ frappe.ui.form.on("File", { $preview = $(`