mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-23 18:52:41 +00:00
Fix layout shift caused by "Who to follow" widget (#35861)
This commit is contained in:
parent
4f494781c1
commit
511e10df34
2 changed files with 18 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue