HoverCard: Add floating NavLinks for clickthrough

This commit is contained in:
Alex Gleason 2020-08-02 18:53:47 -05:00
parent 1f5898b67d
commit a7463dd3fc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 13 additions and 1 deletions

Binary file not shown.

View file

@ -218,3 +218,14 @@ noscript {
}
}
}
.floating-link {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
z-index: 9999;
}

View file

@ -41,6 +41,7 @@ a.account__display-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
}
.display-name__html {

View file

@ -72,7 +72,7 @@
.detailed-status {
.profile-hover-card {
top: -20px;
top: 0;
left: 80px;
}
}