UI improvements #70

Merged
verbiricha merged 14 commits from ui into main 2023-01-16 10:47:01 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 548e3ae67b - Show all commits

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 {