mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-06 03:48:45 +00:00
Add lists
This commit is contained in:
parent
c2f237e901
commit
c390a0c327
13 changed files with 322 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue