Moderator notes WIP (#144)
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
}
|
||||
|
||||
& > ul {
|
||||
font-weight: lighter;
|
||||
font-size: 0.75em;
|
||||
list-style: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -20,8 +20,11 @@
|
||||
column-gap: 0.25em;
|
||||
width: 100%;
|
||||
|
||||
.note-description {
|
||||
.note-content {
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
.note-description {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
@ -18,4 +18,21 @@
|
||||
padding-left: 0.25em;
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
.notes-filters {
|
||||
border: 1px solid var(--chatroom-head-bg-color);
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin: 0.25em 0;
|
||||
padding: 0.25em;
|
||||
column-gap: 0.25em;
|
||||
width: 100%;
|
||||
|
||||
livechat-converse-muc-note-occupant {
|
||||
flex-grow: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user