2020-07-29 01:01:16 +00:00
|
|
|
.display-name__account {
|
|
|
|
position: relative;
|
2020-07-29 01:21:59 +00:00
|
|
|
cursor: pointer;
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
|
|
|
|
2020-08-02 23:03:37 +00:00
|
|
|
.display-name .profile-hover-card {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2020-07-29 01:01:16 +00:00
|
|
|
.profile-hover-card {
|
|
|
|
position: absolute;
|
2020-07-29 01:21:59 +00:00
|
|
|
pointer-events: none;
|
2020-07-29 01:01:16 +00:00
|
|
|
opacity: 0;
|
|
|
|
transition-property: opacity;
|
2020-07-29 01:21:59 +00:00
|
|
|
transition-duration: 0.2s;
|
2020-08-03 04:01:38 +00:00
|
|
|
width: 320px;
|
2020-08-28 03:31:43 +00:00
|
|
|
z-index: 200;
|
2020-09-11 00:09:27 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2020-07-29 01:21:59 +00:00
|
|
|
|
|
|
|
&--visible {
|
2020-08-02 23:04:49 +00:00
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
2020-07-29 01:21:59 +00:00
|
|
|
|
2020-07-29 01:01:16 +00:00
|
|
|
.profile-hover-card__container {
|
2020-08-02 23:31:32 +00:00
|
|
|
@include standard-panel;
|
2020-07-29 01:01:16 +00:00
|
|
|
position: relative;
|
2020-08-02 23:31:32 +00:00
|
|
|
overflow: hidden;
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile-hover-card__action-button {
|
|
|
|
z-index: 999;
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
2020-08-03 04:10:36 +00:00
|
|
|
top: 40px;
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-panel {
|
|
|
|
box-shadow: none;
|
2020-08-02 23:03:37 +00:00
|
|
|
width: auto;
|
2020-07-29 01:01:16 +00:00
|
|
|
|
|
|
|
.user-panel-stats-item a strong {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-08-03 04:01:38 +00:00
|
|
|
|
|
|
|
&__header {
|
|
|
|
height: 96px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-panel-stats-item {
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
&__label,
|
|
|
|
&__value {
|
|
|
|
display: inline;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__value {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
|
|
|
|
2020-08-03 00:50:17 +00:00
|
|
|
.relationship-tag {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2020-07-29 01:01:16 +00:00
|
|
|
.profile-hover-card__badges {
|
|
|
|
display: flex;
|
2020-08-03 04:14:31 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 110px;
|
|
|
|
left: 120px;
|
2020-07-29 01:01:16 +00:00
|
|
|
|
2020-08-03 00:50:17 +00:00
|
|
|
.badge {
|
2020-07-29 01:01:16 +00:00
|
|
|
padding: 2px 4px;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 11px;
|
2020-07-29 01:21:59 +00:00
|
|
|
opacity: 1;
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-hover-card__bio {
|
|
|
|
margin: 0 20px 20px;
|
2020-08-03 01:44:47 +00:00
|
|
|
max-height: 4em;
|
|
|
|
|
2020-08-03 02:46:56 +00:00
|
|
|
a {
|
|
|
|
color: var(--highlight-text-color);
|
|
|
|
}
|
|
|
|
|
2020-08-03 01:44:47 +00:00
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 20px;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
background: linear-gradient(0deg, var(--foreground-color) 0%, var(--foreground-color), 80%, transparent);
|
|
|
|
}
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|
2020-09-30 21:19:52 +00:00
|
|
|
|
|
|
|
&[data-popper-reference-hidden="true"] {
|
|
|
|
visibility: hidden;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2020-07-29 01:01:16 +00:00
|
|
|
}
|