Add lists

This commit is contained in:
r 2022-02-11 11:18:02 +00:00
parent c2f237e901
commit c390a0c327
13 changed files with 322 additions and 33 deletions

View file

@ -290,6 +290,10 @@ textarea {
display: inline;
}
.p-0 {
padding: 0;
}
.btn-link {
border: none;
outline: none;
@ -422,9 +426,6 @@ img.emoji {
margin-right: 2px;
}
.user-list-container {
}
.user-list-item {
overflow: auto;
margin: 0 0 12px 0;
@ -441,6 +442,10 @@ img.emoji {
overflow: auto;
}
.user-list-action {
margin: 0 12px;
}
#settings-form {
margin: 8px 0;
}