inMessage added

This commit is contained in:
lindenkron 2023-04-16 20:54:35 +02:00
parent e8702afea9
commit 05b9c3faaf

View File

@ -49,7 +49,7 @@ body{
overflow-y: auto;
}
.outMessage {
.outMessage, .inMessage {
display: flex;
align-items: center;
justify-content: flex-end;
@ -63,6 +63,11 @@ body{
padding: 2px 5px;
}
.inMessage {
color: var(--discord-text);
background-color: var(--discord-grey-7);
}
.outMessage .chat_message {
font-weight: bold;
}