2022-07-17 02:30:05 +02:00
|
|
|
.modalContainer {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chatHistory {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 15px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2022-07-21 05:42:23 +02:00
|
|
|
|
|
|
|
.colorBlock {
|
2022-10-02 20:02:21 +02:00
|
|
|
display: inline-block;
|
|
|
|
width: 60px;
|
2022-07-21 05:42:23 +02:00
|
|
|
height: 20px;
|
|
|
|
border: 1px solid #000;
|
|
|
|
text-align: center;
|
2022-10-02 20:02:21 +02:00
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.displayName {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 10px;
|
|
|
|
font-size: 1.2rem;
|
2022-07-21 05:42:23 +02:00
|
|
|
}
|