Force visible Lucide button icons
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s

This commit is contained in:
Codex Bot
2026-03-24 13:00:55 +01:00
parent c8243acc91
commit af17789ca0

View File

@@ -652,6 +652,24 @@ footer a .lucide,
flex-shrink: 0;
}
.btn > span,
.btn > span > span {
display: inline-flex;
align-items: center;
}
.btn .lucide,
.hero-actions .lucide,
.lookup-group .btn .lucide,
.hero-lookup-group .lucide,
.panel-link .lucide {
width: 18px;
height: 18px;
stroke-width: 2.2;
opacity: 1;
visibility: visible;
}
.poolChart h4,
.marketChart h4,
.userChart h4 {