fxdyz
This commit is contained in:
@@ -86,6 +86,24 @@ input:focus, select:focus { border-color: var(--focus); box-shadow: 0 0 0 3px co
|
||||
.section-intro { padding: 22px; border-bottom: 1px solid var(--border); }
|
||||
.section-intro--actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
|
||||
.section-intro h2 { margin: 0; font-size: 18px; }
|
||||
.subscription-editor { padding: 22px; border-bottom: 1px solid var(--border); background: var(--surface-subtle); }
|
||||
.subscription-editor[hidden] { display: none; }
|
||||
.subscription-editor fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
|
||||
.subscription-editor legend { margin-bottom: 14px; font-size: 16px; font-weight: 700; }
|
||||
.subscription-settings { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
|
||||
.subscription-choice { display: flex; align-items: center; gap: 9px; cursor: pointer; text-align: left; }
|
||||
.subscription-choice input { width: 17px; height: 17px; padding: 0; flex: 0 0 auto; accent-color: var(--accent); }
|
||||
.subscription-choice span { overflow-wrap: anywhere; }
|
||||
.subscription-hint { margin: 14px 0; color: var(--muted); font-size: 13px; }
|
||||
.subscription-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; font-size: 13px; }
|
||||
.subscription-editor .subscription-event-group { margin-top: 16px; }
|
||||
.subscription-event-group legend { margin-bottom: 10px; color: var(--muted); font-size: 13px; }
|
||||
.subscription-event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 8px; }
|
||||
.subscription-event-grid .subscription-choice { padding: 10px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
|
||||
.subscription-event-grid .subscription-choice:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
|
||||
.subscription-form-actions { display: flex; gap: 12px; margin-top: 22px; }
|
||||
.subscription-session-cell { overflow-wrap: anywhere; max-width: 300px; }
|
||||
#subscription-session[readonly] { color: var(--muted); background: var(--surface-subtle); }
|
||||
.cache-clear-actions { display: flex; flex: 0 0 auto; justify-content: flex-end; gap: 10px; }
|
||||
.cache-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--border); background: var(--surface-subtle); }
|
||||
.cache-stat { display: flex; min-height: 100px; flex-direction: column; justify-content: center; padding: 18px 22px; }
|
||||
@@ -93,6 +111,7 @@ input:focus, select:focus { border-color: var(--focus); box-shadow: 0 0 0 3px co
|
||||
.cache-stat span, .cache-stat small { color: var(--muted); font-size: 12px; font-weight: 650; }
|
||||
.cache-stat strong { margin: 3px 0; font-size: 21px; font-variant-numeric: tabular-nums; }
|
||||
.cache-defaults { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) auto; align-items: end; gap: 16px; padding: 22px; border-bottom: 1px solid var(--border); }
|
||||
.cache-limits { grid-template-columns: repeat(3, minmax(180px, 1fr)) auto; }
|
||||
.cache-group { border-bottom: 1px solid var(--border); }
|
||||
.cache-group:last-child { border-bottom: 0; }
|
||||
.cache-group summary { padding: 18px 22px; cursor: pointer; font-size: 16px; font-weight: 750; }
|
||||
@@ -136,6 +155,9 @@ tbody tr.is-editing { background: color-mix(in srgb, var(--accent-soft) 62%, tra
|
||||
.toast.is-error { border-left-color: var(--danger); }
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.subscription-settings { grid-template-columns: 1fr; gap: 16px; }
|
||||
.subscription-event-grid { grid-template-columns: 1fr; }
|
||||
.subscription-session-cell { max-width: none; }
|
||||
.shell { width: min(100% - 24px, 1260px); padding-top: 20px; }
|
||||
.page-header { align-items: stretch; flex-direction: column; }
|
||||
.section-intro--actions { align-items: stretch; flex-direction: column; }
|
||||
|
||||
Reference in New Issue
Block a user