info placement and color

This commit is contained in:
Alejandro Gomez 2023-01-16 00:14:33 +01:00
parent dbd6775f47
commit 548e3ae67b
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,10 @@
.note > .header > .info {
font-size: small;
white-space: nowrap;
color: var(--gray-tertiary);
align-self: flex-start;
}
.note.active > .header > .info {
color: var(--gray-light);
}

View File

@ -18,8 +18,9 @@
}
.reaction > .header > .info {
color: #999;
color: var(--gray-tertiary);
font-size: small;
align-self: flex-start;
}
.reaction .reaction-text {