Fix ribbon geometry: 200px container, 300px band, nowrap, proper positioning

This commit is contained in:
russell@unturf.com 2026-03-04 15:59:07 -05:00
parent 9a0bd60df0
commit 5131450014

View file

@ -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;