release: Multi-Hoster-Upload 2.1.7
This commit is contained in:
+169
-7
@@ -1887,12 +1887,6 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
transition: opacity .16s ease;
|
||||
}
|
||||
|
||||
.upload-speed-sparkline.is-hidden {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.upload-speed-sparkline canvas {
|
||||
width: 100%;
|
||||
height: 22px;
|
||||
@@ -3272,6 +3266,15 @@ input[type="checkbox"] {
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
.settings-option.source-delete-option {
|
||||
border-color: color-mix(in srgb, var(--danger) 72%, var(--border));
|
||||
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--danger) 10%, transparent);
|
||||
}
|
||||
|
||||
.settings-option.source-delete-option:focus-within {
|
||||
border-color: var(--danger);
|
||||
}
|
||||
|
||||
.settings-option-description,
|
||||
.hint {
|
||||
color: var(--text-dim);
|
||||
@@ -3292,6 +3295,165 @@ input[type="checkbox"] {
|
||||
grid-template-columns: minmax(140px, auto) minmax(180px, 1fr) auto;
|
||||
}
|
||||
|
||||
#settings-view {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#settings-view :is(input, textarea) {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.settings-header h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.settings-header .settings-hint {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.settings-search-wrap > label,
|
||||
.settings-section-label {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.settings-search-control,
|
||||
#settingsSearchInput {
|
||||
height: 44px;
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
#settingsSearchInput {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.settings-nav-button {
|
||||
min-height: 42px;
|
||||
padding: 9px 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settings-sidebar-status .save-feedback {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.settings-content {
|
||||
padding-bottom: 42px;
|
||||
}
|
||||
|
||||
.settings-subpage {
|
||||
max-width: 820px;
|
||||
}
|
||||
|
||||
.settings-page-header {
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.settings-page-header h3 {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.settings-page-header p {
|
||||
font-size: 14px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.settings-section-label {
|
||||
margin-top: 28px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.settings-subpage .settings-row {
|
||||
min-height: 64px;
|
||||
gap: 10px;
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
.settings-subpage .settings-row > label {
|
||||
min-width: 210px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settings-subpage .settings-row > .hint {
|
||||
padding-left: 220px;
|
||||
}
|
||||
|
||||
.settings-subpage .settings-row-wide > .hint {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.settings-subpage :is(.key-input, .hs-input:not([type="checkbox"])) {
|
||||
padding: 8px 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settings-subpage .automation-retry-row {
|
||||
grid-template-columns: 210px minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.settings-subpage .automation-retry-row > label {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.settings-option {
|
||||
min-height: 70px;
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.settings-option-copy {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.settings-option-copy label,
|
||||
.program-update-title,
|
||||
.online-backup-key-row label {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settings-option-description,
|
||||
.program-update-description,
|
||||
.hint {
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.settings-option > input[type="checkbox"],
|
||||
.settings-subpage .settings-grid-mini .checkbox-row input[type="checkbox"] {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.settings-subpage .settings-grid-mini .settings-row.checkbox-row {
|
||||
min-height: 62px;
|
||||
}
|
||||
|
||||
.program-update-row {
|
||||
min-height: 90px !important;
|
||||
}
|
||||
|
||||
.language-option {
|
||||
min-height: 44px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settings-hoster-pointer,
|
||||
.online-backup-status,
|
||||
.settings-empty {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.online-backup-panel h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.online-backup-panel p {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#settings-view .btn {
|
||||
min-height: 40px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.accounts-main,
|
||||
.history-main {
|
||||
padding: 0;
|
||||
@@ -3708,7 +3870,7 @@ input[type="checkbox"] {
|
||||
|
||||
.settings-nav-button {
|
||||
padding: 7px 8px;
|
||||
font-size: 11px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.settings-content {
|
||||
|
||||
Reference in New Issue
Block a user