chore: save progress before layout changes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user