Iceshrimp.NET/Iceshrimp.Frontend/Components/FollowRequestList.razor.css
2024-07-11 01:06:18 +02:00

8 lines
No EOL
147 B
CSS

.scroller {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
overflow-x: scroll;
padding: 0.5rem;
}