snort/src/element/NoteReaction.css

29 lines
423 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-09 21:23:34 +00:00
color: #999;
2023-01-02 11:15:13 +00:00
font-size: small;
}
2023-01-15 00:41:46 +00:00
.reaction .reaction-text {
margin-left: .2em;
color: var(--gray-light);
}