Files
snort/packages/app/src/Element/NoteReaction.css
2023-08-17 20:37:10 +01:00

15 lines
196 B
CSS

.reaction {
display: flex;
flex-direction: column;
gap: 8px;
}
.reaction > div:nth-child(1) {
font-size: 16px;
font-weight: 600;
}
.reaction > div:nth-child(1) svg {
opacity: 0.5;
}