Chat upgraded for dice rolls and system messages
This commit is contained in:
35
src/app/chat/entry/entry.component.css
Normal file
35
src/app/chat/entry/entry.component.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user