Start work on a custom chat message implementation
This commit is contained in:
parent
56fe115407
commit
a09cec7e5f
5 changed files with 39 additions and 1 deletions
15
templates/css/chatmessage.css
Normal file
15
templates/css/chatmessage.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.ripcrypt.chat-message {
|
||||
position: relative;
|
||||
background: var(--base-background);
|
||||
color: var(--base-text);
|
||||
|
||||
.author {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateY(-50%) translateX(-50%);
|
||||
background: var(--title-background);
|
||||
color: var(--title-text);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue