This commit is contained in:
iqudoo
2026-06-12 21:39:00 +08:00
parent 220841444a
commit e71452ae78
7 changed files with 296 additions and 322 deletions

View File

@@ -272,6 +272,7 @@ body,
.ps-panel-body {
color: var(--color-ps-text);
overscroll-behavior: none;
min-width: 0;
}
.ps-panel-body input[type="number"],
@@ -845,6 +846,7 @@ body,
.mobile-export-card-body {
padding: 18px 18px 20px;
min-width: 0;
}
.mobile-export-card-locked {
@@ -927,10 +929,11 @@ body,
.mobile-file-card {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 14px;
flex-direction: column;
align-items: stretch;
gap: 12px;
min-width: 0;
width: 100%;
padding: 0;
background: transparent;
border: none;