diff --git a/public/style.css b/public/style.css index 06e9868..5404bbb 100644 --- a/public/style.css +++ b/public/style.css @@ -646,3 +646,15 @@ body.drawer-open #scrim { opacity: 1; pointer-events: auto; } .sv-cluster .st-fill.warn { background: var(--warn); } .sv-cluster .st-fill.bad { background: var(--bad); } .sv-cluster .sv-subhdr { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin: 11px 0 5px; font-family: var(--font-mono); } + +.dv-icon { width: 20px; height: 20px; object-fit: contain; opacity: .9; } +.dv-icon-fb { width: 20px; height: 20px; display: grid; place-items: center; font-size: 11px; background: var(--panel-2, #1b1b22); border-radius: 4px; } +.dv-seen { font-size: 11px; color: var(--muted, #8a8a94); } +.icon-picker { border: 1px solid var(--border, #2a2a36); border-radius: 6px; padding: 6px; margin-top: 6px; max-width: 320px; } +.ip-tabs { display: flex; gap: 4px; margin-bottom: 6px; } +.ip-tab.active { color: var(--accent, #ff4f2e); border-bottom: 1px solid var(--accent, #ff4f2e); } +.ip-grid { display: flex; flex-wrap: wrap; gap: 6px; } +.ip-icon { width: 34px; height: 34px; display: grid; place-items: center; background: transparent; border: 1px solid var(--border, #2a2a36); border-radius: 4px; cursor: pointer; } +.ip-icon img { width: 22px; height: 22px; object-fit: contain; } +.ip-set-hd, .isp-hd { font-size: 12px; margin: 6px 0 3px; text-transform: capitalize; } +.isp-upload { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }