fix_css_docs
This commit is contained in:
parent
9a37e97399
commit
a17d14eaf1
1
ihm5
1
ihm5
@ -1 +0,0 @@
|
||||
Subproject commit db04fa955b01121c3507031ffdb0570920124bc7
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user