Add message priorities.

This commit is contained in:
Dermot Duffy
2022-06-24 19:42:25 -07:00
parent b86f44627f
commit 5a3703457d
9 changed files with 73 additions and 49 deletions
+5 -2
View File
@@ -25,8 +25,11 @@ div.message {
}
div.message div.contents {
display: flex;
flex-direction: column;
padding: 10px;
height: 100%;
margin-top: auto;
margin-bottom: auto;
max-width: 100%;
}
@@ -49,7 +52,7 @@ div.message div.icon {
word-break: break-all;
}
.dotdotdot:before {
.dotdotdot:after {
@keyframes dots {
0%,
20% {