v1.1.1: scrollable services + dynamic CREATE for any service

This commit is contained in:
2026-07-28 11:24:51 +04:00
parent 0b810fdee1
commit 12e3d12e09
3 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
.topbar { max-width:1200px; margin:0 auto; padding:10px 16px 0; display:flex; align-items:center; gap:12px; }
.layout { display:flex; gap:12px; max-width:1200px; margin:8px auto; padding:0 16px; }
.col-infra { width:280px; flex-shrink:0; }
.col-svc { width:240px; 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; }
.svc-item { cursor:pointer; padding:4px 8px; font-size:12px; border-radius:4px; }
.svc-item:hover, .svc-item.active { background:var(--brand-grey-light); }