HoverCard: Add floating NavLinks for clickthrough
This commit is contained in:
parent
1f5898b67d
commit
a7463dd3fc
5 changed files with 13 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -218,3 +218,14 @@ noscript {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.floating-link {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@ a.account__display-name {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.display-name__html {
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
.detailed-status {
|
||||
.profile-hover-card {
|
||||
top: -20px;
|
||||
top: 0;
|
||||
left: 80px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue