diff options
author | r <r@freesoftwareextremist.com> | 2022-02-11 11:18:02 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2022-02-11 11:49:23 +0000 |
commit | c390a0c32720f6afe852bc7a3a3f64c3afe9e401 (patch) | |
tree | 57ac4a30f8fe45edf0369eaa4c5609ffb74315eb /static | |
parent | c2f237e9019a4fb31cd7d969bf59670c144592c8 (diff) | |
download | bloat-c390a0c32720f6afe852bc7a3a3f64c3afe9e401.tar.gz bloat-c390a0c32720f6afe852bc7a3a3f64c3afe9e401.zip |
Add lists
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 4e2a196..10aff68 100644 --- a/static/style.css +++ b/static/style.css @@ -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; } |