UI improvements #70

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

View File

@ -19,11 +19,8 @@
.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);
align-self: flex-start;
}
.note > .body {

View File

@ -18,7 +18,7 @@
}
.reaction > .header > .info {
color: var(--gray-tertiary);
color: var(--gray-light);
font-size: small;
align-self: flex-start;
}