mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 02:02:30 +08:00
DEV: move chat scrollbar style to scollbar file (#25934)
This commit is contained in:
@ -140,10 +140,6 @@
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
pre {
|
||||
scrollbar-color: var(--primary-300) transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.touch .chat-message-container {
|
||||
|
@ -41,3 +41,9 @@
|
||||
width: var(--scrollbarWidth);
|
||||
}
|
||||
}
|
||||
|
||||
.chat-message-text {
|
||||
pre {
|
||||
scrollbar-color: var(--primary-300) transparent;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user