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

13 lines
No EOL
211 B
CSS

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