Constrain marquee to 1300px with fade masks on sides
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -451,6 +451,11 @@ body > *:not(.sfB-bg) { position: relative; z-index: 1; }
|
|||||||
border-top: 1px solid rgba(255,246,232,0.06);
|
border-top: 1px solid rgba(255,246,232,0.06);
|
||||||
border-bottom: 1px solid rgba(255,246,232,0.06);
|
border-bottom: 1px solid rgba(255,246,232,0.06);
|
||||||
overflow: hidden;
|
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 {
|
.sfB-marquee .track {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user