Skip to content

Commit 874fe3f

Browse files
committed
[UPDATE] chatbot hitbox
1 parent eb80863 commit 874fe3f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
5 Bytes
Binary file not shown.

html/assets/css/chatbot.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@
116116
position: fixed;
117117
bottom: 20px;
118118
right: 20px;
119-
width: 94%;
120-
height: 100%;
119+
max-width: 94%;
120+
width: 10%;
121+
max-height: 100%;
122+
height: 10%;
121123
}
122124
}
123125

html/routes/pro/creation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</section><!-- End: Header -->
151151
<p style="background-color: rgba(255,255,0,0.43);color: black;">Ceci est un site de <strong>démonstration</strong>, vos données personnelles ne seront enregistré que sur votre ordinateur.<br>Le concepteur fourni est à titre d'exemple, ce n'est qu'un <strong>apperçu</strong> d'une des fonctionnalités de cette page.</p><!-- Start: controls -->
152152
<section>
153-
<div class="dropdown"><button class="btn btn-primary dropdown-toggle" aria-expanded="false" data-bs-toggle="dropdown" type="button" style="background-color: steelblue;">Nouvel élément</button>
153+
<div class="dropdown"><button class="btn btn-primary dropdown-toggle" aria-expanded="false" data-bs-toggle="dropdown" type="button" style="background-color: steelblue;">Nouvelle activité</button>
154154
<div class="dropdown-menu"><a class="dropdown-item" href="#">Quizz</a><a class="dropdown-item" href="#">Texte/Article</a><a class="dropdown-item" href="#">Question/Réponse</a><a class="dropdown-item" href="#">Vidéo</a><a class="dropdown-item" href="#">Lien</a><a class="dropdown-item" href="#">Code HTML intégré</a></div>
155155
</div>
156156
</section><!-- End: controls -->

0 commit comments

Comments
 (0)