Iceshrimp.NET/Iceshrimp.Frontend/Components/NoteLikeDetails.razor.css
2024-10-24 18:20:48 +02:00

18 lines
No EOL
270 B
CSS

.icon {
border-radius: 8px;
object-fit: cover;
width: 2.5em;
height: 2.5em;
align-self: center;
}
.name-section {
margin-left: 0.25rem;
line-height: 1.25;
}
.like-entry {
display: flex;
margin: 0.5rem 0.25rem;
cursor: pointer;
}