Iceshrimp.NET/Iceshrimp.Frontend/Pages/Moderation/CustomEmojisRemote.razor.css

36 lines
No EOL
468 B
CSS

.emoji-search {
display: flex;
margin: 1rem 0;
button {
margin-right: 0;
}
}
.search {
display: inline-block;
width: 100%;
}
.search:first-of-type {
margin-left: 0;
}
.emoji-list {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
width: 100%;
}
.loading {
display: flex;
justify-content: center;
margin-top: 5rem;
}
@media (max-width: 1000px) {
.emoji-list {
flex-direction: column;
}
}