chore: rename Dirs
This commit is contained in:
24
src/Element/NoteReaction.css
Normal file
24
src/Element/NoteReaction.css
Normal file
@ -0,0 +1,24 @@
|
||||
.reaction {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.reaction > .note {
|
||||
margin: 10px 20px;
|
||||
}
|
||||
|
||||
.reaction > .header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.reaction > .header .reply {
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
.reaction > .header > .info {
|
||||
font-size: var(--font-size);
|
||||
white-space: nowrap;
|
||||
color: var(--font-secondary-color);
|
||||
margin-right: 24px;
|
||||
}
|
Reference in New Issue
Block a user