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;