task(G3): title block with attributes - frame + attributed texts (ATTDEF convention), auto-insert as layout frame block

This commit is contained in:
Agent Zero
2026-08-29 02:46:51 +02:00
parent 1eb6a99025
commit bbb469e25e
5 changed files with 285 additions and 1 deletions
+11
View File
@@ -2914,3 +2914,14 @@ body.drawer-open { overflow: hidden; }
border-radius: 4px;
}
.layout-bar-del:hover { color: #c0392b; background: rgba(192, 57, 43, 0.15); }
.layout-bar-tb {
background: transparent;
border: none;
color: #6b7280;
cursor: pointer;
font-size: 11px;
padding: 2px;
border-radius: 4px;
}
.layout-bar-tb:hover { color: #4a90d9; background: rgba(74, 144, 217, 0.15); }