Chat upgraded for dice rolls and system messages

This commit is contained in:
2020-07-27 17:09:18 +02:00
parent 2598e5864e
commit 92644d9008
35 changed files with 304 additions and 125 deletions

View File

@@ -0,0 +1,35 @@
.avatar {
background-image: url(src/assets/avatar.png);
background-size: cover;
}
.character {
font-size: 16px;
font-weight: bold;
}
.header {
margin-bottom: -8px;
width: 100%;
}
/* this class is wrapped around header text by angular */
/deep/ .mat-card-header-text {
width: 100%;
}
.messages {
/* margin-left: 4px; */
}
.timestamp {
color: #888888;
float: right;
font-weight: normal;
font-size: 14px;
}
.user {
font-size: 14px;
}