snort/packages/app/src/Element/NoteReaction.css

24 lines
370 B
CSS
Raw Normal View History

2023-01-02 11:15:13 +00:00
.reaction {
}
.reaction > .note {
margin: 10px 0;
2023-01-02 11:15:13 +00:00
}
2023-01-18 23:31:34 +00:00
.reaction > .header {
display: flex;
flex-direction: row;
justify-content: space-between;
2023-01-02 11:15:13 +00:00
}
.reaction > .header .reply {
font-size: var(--font-size-small);
2023-01-02 11:15:13 +00:00
}
.reaction > .header > .info {
font-size: var(--font-size);
white-space: nowrap;
color: var(--font-secondary-color);
margin-right: 24px;
2023-01-15 00:41:46 +00:00
}