Fix GameTooltip blocking issue and translate Found string

This commit is contained in:
Joan
2026-02-06 11:23:32 +01:00
parent 173d6c9117
commit 539377e63d
17 changed files with 700 additions and 222 deletions

View File

@@ -228,6 +228,7 @@
flex-direction: column;
padding: 1.5rem;
overflow: hidden;
background: var(--game-bg-app);
}
.inventory-search-bar {
@@ -240,6 +241,8 @@
border-radius: var(--game-radius-md);
margin-bottom: 1.5rem;
color: var(--game-text-primary);
width: 100%;
box-sizing: border-box;
}
.inventory-search-bar input {