HoverCard: Fix CSS whitespace issues
This commit is contained in:
parent
d99e5d543c
commit
9d35498bb9
|
@ -3,6 +3,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.display-name .profile-hover-card {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-hover-card {
|
.profile-hover-card {
|
||||||
@include standard-panel;
|
@include standard-panel;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -11,6 +15,7 @@
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
transition-delay: 0.7s;
|
transition-delay: 0.7s;
|
||||||
|
width: 265px;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
|
@ -38,6 +43,7 @@
|
||||||
|
|
||||||
.user-panel {
|
.user-panel {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
.user-panel-stats-item a strong {
|
.user-panel-stats-item a strong {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -48,7 +54,8 @@
|
||||||
margin: 0 20px 20px;
|
margin: 0 20px 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.badge, .relationship-tag {
|
.badge,
|
||||||
|
.relationship-tag {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Reference in New Issue