1
0
mirror of git://f0xx.org/ac/ac-platform-web synced 2026-08-09 20:59:36 +03:00

FOR SALE ribbon: extend band to clip at viewport edges.

Long padding-block on inner keeps double border; letters stay centered.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-05 13:19:29 +02:00
parent 0a318f4bb1
commit b9da01af66

View File

@@ -2523,7 +2523,9 @@ button.report-tag--filter:hover {
display: block; display: block;
background: #fff; background: #fff;
border: 2px solid #c00; border: 2px solid #c00;
padding: 0.3rem 0.45rem; padding-inline: 0.45rem;
/* Long band — ends clip at viewport after -135deg rotation. */
padding-block: calc(100vmax + 0.3rem);
} }
.platform-for-sale-badge__letters { .platform-for-sale-badge__letters {
display: flex; display: flex;