fix(ItemSettingsModal): simplify input field transition for improved performance

This commit is contained in:
alexsparkes
2026-02-03 21:35:32 +00:00
parent f0ff173b3b
commit d68b5c3d50
2 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
.items {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 280px));
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 1.5rem;
margin-top: 15px;
margin-bottom: 30px;

View File

@@ -175,9 +175,7 @@
.itemSettings-field-input {
height: 56px;
padding: 0 16px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
transition: all 0.2s;
transition: 0.2s ease;
font-size: 1rem;
@include themed() {