From cc06d54c81e89bf2b2a565e9dfd5bff67a08eb00 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 15 May 2024 16:17:14 +0200 Subject: [PATCH] fix(post): post menu position was wrong on some browsers --- src/components/post/post.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index 84459b42..902debc5 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -133,6 +133,7 @@ .postMenuBtnWrapper { position: relative; + display: inline-block; padding-left: 5px; } @@ -148,6 +149,8 @@ color: var(--post-menu-button-color); transition: transform 0.1s; position: absolute; + opacity: var(--post-menu-btn-opacity); + bottom: -4px; } .replyDesktop .postMenuBtn {