mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
inMessage added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user