v1.1.16: remove serviceId filter, sort by svc+date, scrollable inst-list

This commit is contained in:
2026-07-29 10:10:41 +04:00
parent b23ea0ee4e
commit e214d36a75
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@
.col-infra { width:280px; flex-shrink:0; }
.col-svc { width:240px; flex-shrink:0; max-height:calc(100vh - 50px); overflow-y:auto; }
.col-main { flex:1; min-width:0; }
#inst-list { max-height:calc(100vh - 250px); overflow-y:auto; }
.svc-item { cursor:pointer; padding:4px 8px; font-size:12px; border-radius:4px; }
.svc-item:hover, .svc-item.active { background:#dbeafe; font-weight:600; }
.inst-item { cursor:pointer; display:flex; align-items:center; gap:6px; padding:4px 8px; font-size:12px; border-radius:4px; }