Profile / Thread styles

This commit is contained in:
2023-07-24 15:30:21 +01:00
parent d292e658fc
commit 076d5d8cd5
67 changed files with 684 additions and 602 deletions

View File

@ -1,23 +1,14 @@
.reaction {
}
.reaction > .note {
margin: 10px 0;
}
.reaction > .header {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-direction: column;
gap: 8px;
}
.reaction > .header .reply {
font-size: var(--font-size-small);
.reaction > div:nth-child(1) {
font-size: 16px;
font-weight: 600;
}
.reaction > .header > .info {
font-size: var(--font-size);
white-space: nowrap;
color: var(--font-secondary-color);
margin-right: 24px;
.reaction > div:nth-child(1) svg {
opacity: 0.5;
}