2020-07-28 18:01:16 -07:00
|
|
|
.display-name__account {
|
|
|
|
position: relative;
|
2020-07-28 18:21:59 -07:00
|
|
|
cursor: pointer;
|
2020-07-28 18:01:16 -07:00
|
|
|
}
|
|
|
|
|
2020-08-02 16:03:37 -07:00
|
|
|
.display-name .profile-hover-card {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2020-07-28 18:01:16 -07:00
|
|
|
.profile-hover-card {
|
|
|
|
position: absolute;
|
2020-07-28 18:21:59 -07:00
|
|
|
pointer-events: none;
|
2020-07-28 18:01:16 -07:00
|
|
|
opacity: 0;
|
|
|
|
transition-property: opacity;
|
2020-07-28 18:21:59 -07:00
|
|
|
transition-duration: 0.2s;
|
|
|
|
transition-delay: 0.7s;
|
2020-08-02 16:03:37 -07:00
|
|
|
width: 265px;
|
2020-07-28 18:01:16 -07:00
|
|
|
z-index: 998;
|
|
|
|
left: -10px;
|
2020-08-02 16:31:32 -07:00
|
|
|
padding-top: 20px;
|
2020-08-02 17:50:17 -07:00
|
|
|
margin-bottom: 10px;
|
2020-07-28 18:21:59 -07:00
|
|
|
|
|
|
|
&--visible {
|
2020-08-02 16:04:49 -07:00
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
2020-07-28 18:21:59 -07:00
|
|
|
|
2020-07-28 18:01:16 -07:00
|
|
|
@media(min-width: 750px) {
|
|
|
|
left: -80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-hover-card__container {
|
2020-08-02 16:31:32 -07:00
|
|
|
@include standard-panel;
|
2020-07-28 18:01:16 -07:00
|
|
|
position: relative;
|
2020-08-02 16:31:32 -07:00
|
|
|
overflow: hidden;
|
2020-07-28 18:01:16 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile-hover-card__action-button {
|
|
|
|
z-index: 999;
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
top: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-panel {
|
|
|
|
box-shadow: none;
|
2020-08-02 16:03:37 -07:00
|
|
|
width: auto;
|
2020-07-28 18:01:16 -07:00
|
|
|
|
|
|
|
.user-panel-stats-item a strong {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-08-02 17:50:17 -07:00
|
|
|
.relationship-tag {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2020-07-28 18:01:16 -07:00
|
|
|
.profile-hover-card__badges {
|
|
|
|
margin: 0 20px 20px;
|
|
|
|
display: flex;
|
|
|
|
|
2020-08-02 17:50:17 -07:00
|
|
|
.badge {
|
2020-07-28 18:01:16 -07:00
|
|
|
padding: 2px 4px;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
font-size: 11px;
|
2020-07-28 18:21:59 -07:00
|
|
|
opacity: 1;
|
2020-07-28 18:01:16 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.profile-hover-card__bio {
|
|
|
|
margin: 0 20px 20px;
|
|
|
|
}
|
|
|
|
}
|
2020-07-28 18:21:59 -07:00
|
|
|
|
|
|
|
.detailed-status {
|
|
|
|
.profile-hover-card {
|
2020-08-02 16:53:47 -07:00
|
|
|
top: 0;
|
2020-07-28 18:21:59 -07:00
|
|
|
left: 80px;
|
|
|
|
}
|
|
|
|
}
|