Refine BIM comment modal constraints

This commit is contained in:
CODEX
2026-06-20 23:34:41 +03:00
parent eee3eecde3
commit 4be23070a1
3 changed files with 25 additions and 13 deletions
+3 -3
View File
@@ -203,7 +203,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./dcViewer.css?v=35">
<link rel="stylesheet" href="./dcViewer.css?v=36">
</head>
<body>
<header>
@@ -384,7 +384,7 @@
</div>
<div class="comment-card-modal__body">
<section class="ops-detail-hero">
<div class="comment-card-modal__subtitle" id="commentModalSubtitle">BIM-COMMENT</div>
<div class="comment-card-modal__subtitle" id="commentModalSubtitle" hidden></div>
<input class="ops-detail-title-input" type="text" id="commentTitleInput" autocomplete="off" placeholder="Новый комментарий">
<textarea class="ops-detail-description-input" id="commentBodyInput" rows="2" placeholder="Нажмите, чтобы добавить описание"></textarea>
<div class="ops-detail-meta-row">
@@ -641,6 +641,6 @@
<input id="fileInput" class="hidden" type="file"
accept=".xkt,.glb,.gltf,.bim,.las,.laz,.obj,.stl">
<script type="module" src="./dcViewer.js?v=49"></script>
<script type="module" src="./dcViewer.js?v=50"></script>
</body>
</html>