2
0

Fix layout shift caused by "Who to follow" widget (#35861)

This commit is contained in:
diondiondion
2025-08-22 11:44:10 +02:00
committed by GitHub
parent 4f494781c1
commit 511e10df34
2 changed files with 18 additions and 13 deletions

View File

@@ -10448,8 +10448,10 @@ noscript {
}
&__scrollable {
box-sizing: border-box;
display: flex;
flex-wrap: nowrap;
min-height: 228px;
gap: 16px;
padding: 16px;
scroll-snap-type: x mandatory;