From 99622922a3091b89dfae759e94a68d0e7ca5ad1b Mon Sep 17 00:00:00 2001
From: Philip Mundt <philip.mundt@uni-bielefeld.de>
Date: Thu, 11 Jul 2024 18:46:15 +0200
Subject: [PATCH] Hover over LNPs fixed

---
 src/App/App.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App/App.css b/src/App/App.css
index a7c60ab1..dd408194 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -1327,7 +1327,7 @@ html[dir=rtl] .hint-container.danger .hint-container-title:before {
   transition: all 1s ease;
   border: 5px solid var(--text-primary);
 }
-.lnp > img:hover{
+.lnp:hover > img{
   display: block;
   margin-left: auto;
   margin-right: auto;
-- 
GitLab