v1.1.1: scrollable services + dynamic CREATE for any service
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user