Iceshrimp.NET/Iceshrimp.Frontend/Components/NotificationList.razor.css
2025-02-17 23:32:45 +01:00

30 lines
No EOL
502 B
CSS

.scroller {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
overflow-x: auto;
overscroll-behavior-y: contain;
padding-top: 0.5rem;
}
.wrapper {
display: flex;
justify-content: center;
padding-left: 0.5rem;
padding-right: 0.5rem;
width: 100%;
}
.loading {
display: flex;
align-items: center;
justify-content: center;
padding-top: 25vh;
margin: auto;
}
::deep {
.scroll-end {
height: 3rem;
}
}