18 lines
No EOL
272 B
CSS
18 lines
No EOL
272 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;
|
|
}
|
|
|
|
.renote-entry {
|
|
display: flex;
|
|
margin: 0.5rem 0.25rem;
|
|
cursor: pointer;
|
|
} |