Constrain marquee to 1300px with fade masks on sides

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 10:03:37 +07:00
parent 5fb9372c89
commit fc3327d1ce

View File

@@ -451,6 +451,11 @@ body > *:not(.sfB-bg) { position: relative; z-index: 1; }
border-top: 1px solid rgba(255,246,232,0.06);
border-bottom: 1px solid rgba(255,246,232,0.06);
overflow: hidden;
max-width: 1300px;
margin-inline: auto;
border-radius: 0;
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
}
.sfB-marquee .track {
display: flex;