mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
inMessage added
This commit is contained in:
parent
e8702afea9
commit
05b9c3faaf
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user