fix: keep reduced-motion agent marquee inline

This commit is contained in:
codebanditssss 2026-07-05 22:10:51 +05:30
parent b6e88a9dda
commit 7727a022aa
1 changed files with 2 additions and 5 deletions

View File

@ -543,11 +543,8 @@ body::-webkit-scrollbar,
@media (prefers-reduced-motion: reduce) {
.agents-marquee-track {
animation: none;
flex-wrap: wrap;
width: auto;
justify-content: center;
padding-left: 1.25rem;
padding-right: 1.25rem;
flex-wrap: nowrap;
width: max-content;
}
}