Skip to content

Commit 62855b0

Browse files
improving info popup
1 parent 294e1e4 commit 62855b0

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

assets/gamelinkerrorexample.png

-61 Bytes
Loading

assets/playGameExample.gif

197 KB
Loading

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,13 @@ <h3>Troll Reports</h3>
7676
<span id="popup-close">&times;</span>
7777
<h3></h3>
7878
<p>If your game link is not working, for example it is showing this error:</p>
79-
<img src="assets/gamelinkerrorexample.png">
80-
<p>Please use the "Report Broken Game Link" button. Do not abuse/spam it, or you will be disqualified and kicked from the tournament.</p>
79+
<img id="popupImage" src="assets/gamelinkerrorexample.png">
80+
<p>
81+
Please use the "Report Broken Game Link" button. <br>
82+
Do not abuse/spam it, or you will be disqualified and kicked from the tournament. <br>
83+
If your game link leads you to this, simply press "Play" and start playing your game!
84+
</p>
85+
<img id="popupImage" src="assets/playGameExample.gif">
8186
</div>
8287
</div>
8388
</div>

style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ a:active {
318318
padding: 1rem 2rem;
319319
border-radius: 8px;
320320
width: 90%;
321-
max-width: 400px;
321+
max-width: 420px;
322322
position: relative;
323323
}
324324

@@ -329,3 +329,9 @@ a:active {
329329
font-size: 1.2rem;
330330
cursor: pointer;
331331
}
332+
333+
#popupImage {
334+
width: 90%;
335+
max-width: 420px;
336+
height: auto;
337+
}

0 commit comments

Comments
 (0)