mobile fixes

This commit is contained in:
2026-06-12 19:49:16 -07:00
parent 53487087a2
commit 99388b6487
2 changed files with 67 additions and 18 deletions

View File

@@ -489,9 +489,9 @@ audio {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 0.5rem;
min-height: 4rem;
padding: 0.55rem;
gap: 0.75rem;
min-height: 4.7rem;
padding: 0.65rem;
border: 1px solid var(--line);
border-radius: 8px;
background: rgba(255, 255, 255, 0.06);
@@ -499,6 +499,7 @@ audio {
.favorite-summary {
min-width: 0;
padding-right: 0.15rem;
}
.favorite-title,
@@ -520,13 +521,34 @@ audio {
}
.favorite-action {
min-width: 5.2rem;
display: grid;
width: 2.45rem;
height: 2.45rem;
min-width: 2.45rem;
min-height: 2.45rem;
place-items: center;
padding: 0;
border-radius: 50%;
}
.favorite-actions {
display: flex;
gap: 0.5rem;
min-width: 0;
flex: 0 0 auto;
gap: 0.45rem;
align-items: center;
justify-content: flex-end;
}
.favorite-action svg {
display: block;
width: 1.05rem;
height: 1.05rem;
fill: none;
stroke: currentColor;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
pointer-events: none;
}
.wizard-step {
@@ -559,9 +581,9 @@ audio {
border-color: rgba(232, 168, 79, 0.7);
}
.secondary-button,
.secondary-button:not(.favorite-action),
.primary-button,
.remove-favorite {
.remove-favorite:not(.favorite-action) {
min-height: 2.7rem;
padding: 0.65rem 0.95rem;
font-weight: 800;
@@ -618,20 +640,23 @@ audio {
}
.favorite-manager-row {
grid-template-columns: 1fr;
align-items: stretch;
gap: 0.7rem;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 0.65rem;
min-height: 5rem;
padding: 0.7rem;
}
.favorite-actions {
display: grid;
grid-template-columns: 1fr 1fr;
width: 100%;
flex-direction: column;
gap: 0.35rem;
}
.favorite-actions .favorite-action {
width: 100%;
min-width: 0;
width: 2.35rem;
height: 2.35rem;
min-width: 2.35rem;
min-height: 2.35rem;
}
.remove-favorite,