From 513145001491ce7d4d07081578da9d2cd4c4209d Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Wed, 4 Mar 2026 15:59:07 -0500 Subject: [PATCH] Fix ribbon geometry: 200px container, 300px band, nowrap, proper positioning --- common.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/common.css b/common.css index 3b37621..e188cdc 100644 --- a/common.css +++ b/common.css @@ -802,8 +802,8 @@ textarea.markup-editor-textarea { top: 0; right: 0; z-index: 99; - width: 300px; - height: 300px; + width: 200px; + height: 200px; overflow: hidden; pointer-events: none; } @@ -811,13 +811,14 @@ textarea.markup-editor-textarea { .corner-ribbon a { display: block !important; position: absolute !important; - right: -60px; - top: 55px; - width: 380px; - padding: 22px 0; + right: -55px; + top: 30px; + width: 300px; + padding: 18px 0; text-align: center; - font-size: 18px; + font-size: 15px; font-weight: bold !important; + white-space: nowrap !important; color: #ffffff !important; background: linear-gradient(135deg, #7B2D8E, #9B59B6, #7B2D8E) !important; background-size: 200% auto !important;