From 9a0bd60df0f1af5b18d32d43ba2369e3c374e9af Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Wed, 4 Mar 2026 15:57:50 -0500 Subject: [PATCH] Fatten corner ribbon: 22px padding, 18px font --- common.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.css b/common.css index c0b70b5..3b37621 100644 --- a/common.css +++ b/common.css @@ -812,11 +812,11 @@ textarea.markup-editor-textarea { display: block !important; position: absolute !important; right: -60px; - top: 60px; + top: 55px; width: 380px; - padding: 14px 0; + padding: 22px 0; text-align: center; - font-size: 16px; + font-size: 18px; font-weight: bold !important; color: #ffffff !important; background: linear-gradient(135deg, #7B2D8E, #9B59B6, #7B2D8E) !important;