HoverCard: Reposition badges
This commit is contained in:
parent
9a5046179b
commit
5081dd73c0
1 changed files with 3 additions and 1 deletions
|
@ -77,8 +77,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-hover-card__badges {
|
.profile-hover-card__badges {
|
||||||
margin: 0 20px 20px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: absolute;
|
||||||
|
top: 110px;
|
||||||
|
left: 120px;
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
|
Loading…
Reference in a new issue