chore: save progress before layout changes

This commit is contained in:
Joan
2026-02-10 10:48:53 +01:00
parent 70dc35b4b2
commit bba5d1d9dd
48 changed files with 1535 additions and 690 deletions

View File

@@ -128,7 +128,7 @@
gap: 0.75rem;
padding: 0.5rem 1rem;
background: rgba(255, 255, 255, 0.05);
clip-path: var(--game-clip-path-sm);
clip-path: var(--game-clip-path);
}
.backpack-status.active {
@@ -229,7 +229,7 @@
flex-direction: column;
padding: 1.5rem;
overflow: hidden;
background: var(--game-bg-app);
background-color: var(--game-bg-panel);
}
.game-search-container {
@@ -308,7 +308,7 @@
/* Grid View Layout */
.items-container.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
grid-auto-rows: max-content;
gap: 1rem;
align-content: start;
@@ -386,7 +386,6 @@
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0.25rem;
}
.item-image-section.small {