Migliorata UI

This commit is contained in:
2025-09-22 12:26:10 +02:00
parent c61093a942
commit ce56e9e57d
12 changed files with 230 additions and 220 deletions

View File

@@ -2,7 +2,6 @@
position: relative;
overflow: hidden;
border-radius: var(--mud-default-borderradius);
box-shadow: var(--custom-box-shadow);
width: 100%;
}
@@ -39,7 +38,7 @@
align-items: center;
padding: 12px;
gap: 12px;
background: var(--mud-palette-background);
background: var(--light-card-background);
transition: transform .2s ease;
touch-action: pan-y;
will-change: transform;