]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Fix Firefox-specific bug where top-level post heading div would cover the...
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Sep 2020 02:19:51 +0000 (22:19 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Sep 2020 02:19:51 +0000 (22:19 -0400)
view/theme/frio/css/style.css

index bf2123baafca0bea5acb8def7c77cfa1200fbb71..c8fc42ad6d1a7644dd3415cf5860b04e4c3c98c6 100644 (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;