fixed hint text

This commit is contained in:
Jannik Menzel 2025-02-01 17:19:21 +01:00
parent 09e1fb0c6b
commit 3849ad1d61
2 changed files with 8 additions and 2 deletions

View file

@ -185,6 +185,7 @@ input[type="checkbox"] {
background-color: #fff; background-color: #fff;
border-radius: 8px; border-radius: 8px;
min-height: 500px; min-height: 500px;
justify-content: flex-start;
} }
#canvas { #canvas {
@ -203,6 +204,12 @@ input[type="checkbox"] {
font-size: 14px; font-size: 14px;
color: #666; color: #666;
text-align: center; text-align: center;
width: 100%;
max-width: 500px;
word-wrap: break-word;
word-break: break-word;
line-height: 1.4;
padding: 0 10px;
} }
.canvas-hint p { .canvas-hint p {

View file

@ -53,8 +53,7 @@
<div class="preview"> <div class="preview">
<canvas id="canvas"></canvas> <canvas id="canvas"></canvas>
<div class="canvas-hint"> <div class="canvas-hint">
<p>Hinweis: Du kannst das Hintergrundbild durch Ziehen mit der Maus oder </p> <p>Hinweis: Du kannst das Hintergrundbild durch Ziehen mit der Maus oder Wischen mit dem Finger frei verschieben!</p>
<p>Wischen mit dem Finger frei verschieben!</p>
</div> </div>
</div> </div>