diff options
| author | Eva <evauwu@riseup.net> | 2023-05-18 12:07:02 +0200 |
|---|---|---|
| committer | Eva <evauwu@riseup.net> | 2024-03-21 21:52:39 +0100 |
| commit | 3bf45e4c0a3fff643e97bf78aa01be04f9f66445 (patch) | |
| tree | 4be09d5a471c13f282b77136cf7d33766293bc37 | |
| parent | 782f0690318d21e9e09ac88984afc59a1812b888 (diff) | |
client/users: fix overextended avatar links
| -rw-r--r-- | client/css/user-list-view.styl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/css/user-list-view.styl b/client/css/user-list-view.styl index f1569f8..64915b4 100644 --- a/client/css/user-list-view.styl +++ b/client/css/user-list-view.styl @@ -21,10 +21,11 @@ .details font-size: 90% line-height: 130% + .image + margin: 0.25em 0.6em 0.25em 0 .thumbnail width: 3em height: 3em - margin: 0.25em 0.6em 0 0 .darktheme .user-list ul li |