fix_css_docs

This commit is contained in:
Pascal 2025-01-29 14:47:03 +01:00
parent 9a37e97399
commit a17d14eaf1
3 changed files with 10 additions and 6 deletions

1
ihm5

@ -1 +0,0 @@
Subproject commit db04fa955b01121c3507031ffdb0570920124bc7

View File

@ -404,6 +404,14 @@ body {
color: var(--primary-color);
}
.signature-documents {
height: 80%;
width: 100%;
margin: 0% 10% 0% 10%;
overflow: auto;
display: flex;
}
#close-signature {
cursor: pointer;
align-items: center;

View File

@ -99,11 +99,8 @@ class ChatElement extends HTMLElement {
<div class="signature-description">
<h2>Description</h2>
</div>
<div class="signature-common">
<h2>Documents in common</h2>
</div>
<div class="signature-by-role">
<h2>Documents by role</h2>
<div class="signature-documents">
<h2>Documents</h2>
</div>
</div>
</div>