Hovercard: basic Redux+Popper prototype

This commit is contained in:
Alex Gleason
2020-09-10 19:09:27 -05:00
parent 3e473e0327
commit 0c4eae5f10
8 changed files with 121 additions and 13 deletions

View File

@@ -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;
}
}