summaryrefslogtreecommitdiffstats
path: root/web_src/css/user.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/user.css')
-rw-r--r--web_src/css/user.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/web_src/css/user.css b/web_src/css/user.css
index 9fcdb3814a..ab94c826b2 100644
--- a/web_src/css/user.css
+++ b/web_src/css/user.css
@@ -22,18 +22,16 @@
.user.profile .ui.card .extra.content > ul > li {
padding: 10px;
+ display: flex;
list-style: none;
+ align-items: center;
+ gap: 0.25em;
}
.user.profile .ui.card .extra.content > ul > li:not(:last-child) {
border-bottom: 1px solid var(--color-secondary);
}
-.user.profile .ui.card .extra.content > ul > li .svg {
- margin-left: 1px;
- margin-right: 5px;
-}
-
.user.profile .ui.card .extra.content > ul > li.follow .ui.button {
width: 100%;
}