From eab71cef3e0741b56b813403ee9db9997cfe57ad Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Fri, 7 Nov 2025 10:13:49 -0600 Subject: [PATCH] Ensure mention avatars cover the entire circle --- app/assets/stylesheets/rich-text-content.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 1fa0c0759..5e871260f 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -375,6 +375,12 @@ } } + action-text-attachment[content-type^='application/vnd.actiontext.mention'] { + img { + object-fit: cover; + } + } + [data-lexical-cursor] { animation: blink 1s step-end infinite; block-size: 1lh;