snort/src/element/NoteReaction.css

30 lines
467 B
CSS
Raw Normal View History

2023-01-02 11:15:13 +00:00
.reaction {
margin-bottom: 10px;
}
.reaction > .note {
2023-01-15 00:41:46 +00:00
margin: 10px 20px;
border: 1px solid var(--gray);
2023-01-02 11:15:13 +00:00
border-radius: 10px;
2023-01-15 00:41:46 +00:00
padding: 10px;
2023-01-02 11:15:13 +00:00
}
.reaction > .header > .pfp {
flex-grow: 1;
}
.reaction > .header .reply {
font-size: small;
}
.reaction > .header > .info {
2023-01-15 23:14:33 +00:00
color: var(--gray-tertiary);
2023-01-02 11:15:13 +00:00
font-size: small;
2023-01-15 23:14:33 +00:00
align-self: flex-start;
}
2023-01-15 00:41:46 +00:00
.reaction .reaction-text {
margin-left: .2em;
color: var(--gray-light);
}