peertube-plugin-livechat/conversejs/custom/plugins/tasks/styles/muc-tasks.scss

32 lines
559 B
SCSS
Raw Normal View History

2024-05-06 15:26:20 +00:00
.conversejs {
livechat-converse-muc-task {
padding: 0;
width: 100%;
.task-line {
border: 1px solid var(--chatroom-head-bg-color);
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
padding: 0.25em;
column-gap: 0.25em;
width: 100%;
.task-description {
flex-grow: 2;
white-space: pre-wrap;
}
.task-action {
border: 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
form {
width: 100%;
}
}
}
}