2024-08-31 22:29:32 +00:00
|
|
|
#navigation-panel {
|
2024-08-05 11:42:32 +00:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
#CL-bacbe {
|
|
|
|
margin: 6px;
|
2024-08-05 11:42:32 +00:00
|
|
|
}
|
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
.CL-my-chat-box {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2024-08-05 11:42:32 +00:00
|
|
|
}
|
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
.CL-my-chat-box-nickname {
|
|
|
|
margin-left: 8px;
|
|
|
|
justify-self: flex-start;
|
2024-08-05 11:42:32 +00:00
|
|
|
}
|
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
.CL-my-chat-box-name {
|
|
|
|
margin-left: 14px;
|
|
|
|
justify-self: flex-start;
|
2024-08-05 12:40:36 +00:00
|
|
|
}
|
2024-08-10 03:09:51 +00:00
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
.CL-my-chat-box-my-role {
|
|
|
|
margin-left: auto;
|
|
|
|
justify-self: flex-end;
|
2024-08-10 03:09:51 +00:00
|
|
|
}
|
|
|
|
|
2024-08-31 22:29:32 +00:00
|
|
|
.CL-my-chat-box-leave-btn {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 8px;
|
|
|
|
justify-self: flex-end;
|
|
|
|
width: 16px;
|
2024-08-14 22:07:59 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|