From 7ef8e2f041a6044edd24bd92578baa9276a9b42f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 26 May 2025 17:15:11 -0500 Subject: [PATCH] Align progress bar --- app/assets/stylesheets/rich-text-content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index e6664e2af..548852e4e 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -87,6 +87,11 @@ color: var(--color-link); text-decoration: underline; } + + :where(progress) { + inline-size: 100%; + margin: auto; + } } .attachment__size {