feat: change color of reply message text and remove bottom margin
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
c06c732afb
commit
51d8909a51
2 changed files with 3 additions and 2 deletions
|
@ -77,10 +77,11 @@ function scrollToReply(e: MouseEvent) {
|
|||
}
|
||||
|
||||
#reply-text {
|
||||
color: var(--secondary-text-color);
|
||||
color: rgb(150, 150, 150);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue