Iceshrimp.NET/Iceshrimp.Frontend/Pages/DrivePage.razor.css

18 lines
No EOL
265 B
CSS

.file-input {
display: none;
}
.loading {
display: flex;
align-items: center;
justify-content: center;
padding-top: 25vh;
}
.drive-files {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
padding: 1rem;
}