From 123c3597664b1ebafbdb4c5f2fe4fef65aa9062b Mon Sep 17 00:00:00 2001 From: Nishka Gosalia Date: Mon, 9 Mar 2026 17:29:06 +0530 Subject: [PATCH] fix: alignment fix of like icon --- frappe/public/scss/desk/form_sidebar.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frappe/public/scss/desk/form_sidebar.scss b/frappe/public/scss/desk/form_sidebar.scss index 02c7411027..f87b916ee8 100644 --- a/frappe/public/scss/desk/form_sidebar.scss +++ b/frappe/public/scss/desk/form_sidebar.scss @@ -571,12 +571,14 @@ body[data-route^="Form"] { } } -.liked-by { - display: flex; - align-items: center; - justify-content: center; - width: 28px; - height: 28px; +.form-stats-likes { + .liked-by { + display: flex; + align-items: center; + justify-content: center; + width: 28px; + height: 28px; + } } .liked-by-popover {