Hovercard: basic Redux+Popper prototype
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
transition-duration: 0.2s;
|
||||
width: 320px;
|
||||
z-index: 200;
|
||||
left: -10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@@ -24,10 +25,6 @@
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
@media(min-width: 750px) {
|
||||
left: -100px;
|
||||
}
|
||||
|
||||
.profile-hover-card__container {
|
||||
@include standard-panel;
|
||||
position: relative;
|
||||
@@ -114,7 +111,7 @@
|
||||
.detailed-status {
|
||||
.profile-hover-card {
|
||||
top: 0;
|
||||
left: 60px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user