wooden-beard-40210
08/18/2024, 4:27 PMwooden-beard-40210
08/18/2024, 4:28 PMwooden-beard-40210
08/18/2024, 4:28 PM@media only screen and (max-width: 396px) {
.bpMessageListScrollbarViewport{
padding-bottom: 105px;
}
}
For the width of the viewport, keep something under 500px (default width of the webchat)
Hoewever, if you want to change the width of your webchat (reduce it), you will have to reduce this max-width
https://cdn.discordapp.com/attachments/1274766710003466351/1274766915264319569/image.png?ex=66c372b4&is=66c22134&hm=d2c466f114ec2265107a3f6bde841064c9f953e1c27ec061ae8258926080b3be&wooden-beard-40210
08/18/2024, 4:29 PMwooden-beard-40210
08/18/2024, 4:29 PMwooden-beard-40210
08/18/2024, 5:07 PM@media only screen and (max-width: 396px) {
.bpComposerInput{font-size: 16px;}
}
same thing for the viewport widht !
3rd : tip - change only the color of the outgoing messages (user's messages)
[data-direction="outgoing"] > .bpMessageBlocksBubble > p {
color:red;
}
works with the same code but with incoming instead of outgoingbright-lifeguard-42910
08/18/2024, 5:08 PMwooden-beard-40210
08/18/2024, 5:09 PMpolite-activity-16992
08/18/2024, 8:12 PMpolite-activity-16992
08/18/2024, 8:13 PMwooden-beard-40210
08/18/2024, 9:11 PMbumpy-jordan-46889
08/19/2024, 1:01 AMmany-crowd-60132
08/23/2024, 1:21 AMwooden-beard-40210
08/23/2024, 6:56 AMmany-crowd-60132
08/23/2024, 10:49 PMmany-crowd-60132
08/23/2024, 10:50 PMwooden-beard-40210
08/24/2024, 1:26 PMabundant-branch-92015
08/24/2024, 6:58 PMmany-crowd-60132
08/24/2024, 7:05 PM