mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: show avatar flair on user profile page
This commit is contained in:
@@ -120,6 +120,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.user-profile-avatar {
|
||||
position: relative;
|
||||
float: left;
|
||||
.avatar-flair {
|
||||
bottom: 8px;
|
||||
right: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.controls {
|
||||
@@ -176,6 +185,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.user-profile-avatar {
|
||||
.avatar-flair {
|
||||
bottom: 8px;
|
||||
right: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user