UX: increase chat pre scrollbar contrast ()

This commit is contained in:
Kris 2024-02-28 12:27:08 -05:00 committed by GitHub
parent 337773b8ac
commit 6426eaff39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
plugins/chat/assets/stylesheets/common

View File

@ -140,6 +140,10 @@
width: 28px; width: 28px;
height: 28px; height: 28px;
} }
pre {
scrollbar-color: var(--primary-300) transparent;
}
} }
.touch .chat-message-container { .touch .chat-message-container {