From ba1ca38f9b9a4ae646ed009babe40046647e5297 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 5 Nov 2025 13:38:00 -0600 Subject: [PATCH] Improve spacing, color, and click area for dividers --- app/assets/stylesheets/rich-text-content.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 2e5090592..1fa0c0759 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -62,14 +62,17 @@ } :where(hr) { + color: currentColor; block-size: 0; - border-block-end: 1px solid currentColor; + border: none; + border-block-end: 2px solid currentColor; inline-size: 20%; - margin: var(--block-margin) 0; + margin: calc(var(--block-margin) * 2) 0; } .horizontal-divider { - margin-inline: 0; + margin: var(--block-margin) 0; + padding-block: var(--block-margin); } .lexxy-content__strikethrough {