36 lines
528 B
CSS
36 lines
528 B
CSS
#navigation-panel {
|
|
align-items: center;
|
|
}
|
|
|
|
#CL-bacbe {
|
|
margin: 6px;
|
|
}
|
|
|
|
.CL-my-chat-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.CL-my-chat-box-nickname {
|
|
margin-left: 8px;
|
|
justify-self: flex-start;
|
|
}
|
|
|
|
.CL-my-chat-box-name {
|
|
margin-left: 14px;
|
|
justify-self: flex-start;
|
|
}
|
|
|
|
.CL-my-chat-box-my-role {
|
|
margin-left: auto;
|
|
justify-self: flex-end;
|
|
}
|
|
|
|
.CL-my-chat-box-leave-btn {
|
|
margin-left: 10px;
|
|
margin-right: 8px;
|
|
justify-self: flex-end;
|
|
width: 16px;
|
|
cursor: pointer;
|
|
}
|