[frio] Fix Firefox-specific bug where top-level post heading div would cover the avatar

This commit is contained in:
Hypolite Petovan 2020-09-17 22:19:51 -04:00
parent 0f1bab6fea
commit 75b9147945
1 changed files with 6 additions and 0 deletions

View File

@ -1503,6 +1503,12 @@ aside .panel-body {
position: relative;
}
/* Workaround for Firefox where the post heading covers the avatar, preventing hovercard interaction,
48px is the width of the avatar image and should be adjusted accordingly if it ever changes. */
.media .dropdown.pull-left + [role=heading] {
margin-left: 48px;
}
.preferences {
position: absolute;
right: 0;